blob: 7436112915cea9209ae6af8530c2ecbf73b783f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
Fallout3Terminal is my own version of a Fallout 3/4/NV Terminal operating system, complete
with the ability to write journal entries, and in-game sounds from Fallout 3 itself! I
tried to recreate as many little details there are in the games, like the RobCo OS header
and such, though you will notice I took quite a few liberties.
This is actually just a bash script that can be run from the terminal, and the output is
displaying on a highly customizable retro terminal called cool-retro-terminal.
See my demonstration video of this on reddit, the post can be found here:
https://www.reddit.com/r/linux/comments/dw9gfw/i_recreated_a_fallout_3_terminal_as_a_linux_bash/
</longdescription>
<upstream>
<remote-id type="github">python-hyper/hyper-h2</remote-id>
<remote-id type="pypi">h2</remote-id>
</upstream>
</pkgmetadata>
|