From f5f017dede3a1a82d29eaf5e6773e6ca71e6cb56 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 1 Apr 2020 12:15:24 +0200 Subject: [PATCH] games-misc/Fallout3Terminal: new package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri --- .../Fallout3Terminal-2019.11.05.ebuild | 32 +++++++++++++++++++ games-misc/Fallout3Terminal/Manifest | 1 + .../Fallout3Terminal/files/Fallout3Terminal | 2 ++ games-misc/Fallout3Terminal/metadata.xml | 25 +++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 games-misc/Fallout3Terminal/Fallout3Terminal-2019.11.05.ebuild create mode 100644 games-misc/Fallout3Terminal/Manifest create mode 100644 games-misc/Fallout3Terminal/files/Fallout3Terminal create mode 100644 games-misc/Fallout3Terminal/metadata.xml diff --git a/games-misc/Fallout3Terminal/Fallout3Terminal-2019.11.05.ebuild b/games-misc/Fallout3Terminal/Fallout3Terminal-2019.11.05.ebuild new file mode 100644 index 0000000000..b652b74097 --- /dev/null +++ b/games-misc/Fallout3Terminal/Fallout3Terminal-2019.11.05.ebuild @@ -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 . +} diff --git a/games-misc/Fallout3Terminal/Manifest b/games-misc/Fallout3Terminal/Manifest new file mode 100644 index 0000000000..78ec10adbf --- /dev/null +++ b/games-misc/Fallout3Terminal/Manifest @@ -0,0 +1 @@ +DIST Fallout3Terminal-2019.11.05.tar.gz 21090 BLAKE2B 4842455faea85c1cfab75c3dbcd934ca4836f926e59217545109d52dc74d152af292b1cfdb6762d31d9b7c9ebf22c0652cdeb8ec9a726950fbe742a2e570adc4 SHA512 7eedc437d12e3a3d5fe10db316273fb47f4000bb92cb16f2e64e412691900302926063fb5e93c34230e4045da1743a195a8434b358f9b2f70071c65ddd174111 diff --git a/games-misc/Fallout3Terminal/files/Fallout3Terminal b/games-misc/Fallout3Terminal/files/Fallout3Terminal new file mode 100644 index 0000000000..fad5abea43 --- /dev/null +++ b/games-misc/Fallout3Terminal/files/Fallout3Terminal @@ -0,0 +1,2 @@ +#!/bin/sh +cool-retro-term --fullscreen --noclose -e bash /usr/share/Fallout3Terminal/terminalscript diff --git a/games-misc/Fallout3Terminal/metadata.xml b/games-misc/Fallout3Terminal/metadata.xml new file mode 100644 index 0000000000..1abbee5926 --- /dev/null +++ b/games-misc/Fallout3Terminal/metadata.xml @@ -0,0 +1,25 @@ + + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + +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/ + + + python-hyper/hyper-h2 + h2 + +