games-misc/Fallout3Terminal: new package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-04-01 12:15:24 +02:00
parent 9c5658ed67
commit f5f017dede
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
COMMIT="04cad950ca949d1a437a5718b40d3d0b9e33ee0d"
DESCRIPTION=" A recreation of the Fallout 3 terminal via a linux bash script!"
HOMEPAGE="https://github.com/fohtla/Fallout3Terminal"
SRC_URI="https://github.com/fohtla/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-shells/bash
media-sound/sox
sys-apps/pv
x11-terms/cool-retro-term
"
DEPEND=""
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
dobin "${FILESDIR}/${PN}"
exeinto "/usr/share/${PN}"
doexe terminalscript
rm -f terminalscript || die
insinto "/usr/share/${PN}"
doins -r .
}

View File

@@ -0,0 +1 @@
DIST Fallout3Terminal-2019.11.05.tar.gz 21090 BLAKE2B 4842455faea85c1cfab75c3dbcd934ca4836f926e59217545109d52dc74d152af292b1cfdb6762d31d9b7c9ebf22c0652cdeb8ec9a726950fbe742a2e570adc4 SHA512 7eedc437d12e3a3d5fe10db316273fb47f4000bb92cb16f2e64e412691900302926063fb5e93c34230e4045da1743a195a8434b358f9b2f70071c65ddd174111

View File

@@ -0,0 +1,2 @@
#!/bin/sh
cool-retro-term --fullscreen --noclose -e bash /usr/share/Fallout3Terminal/terminalscript

View File

@@ -0,0 +1,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>
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>