diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-04-01 12:15:24 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-04-01 12:18:30 +0200 |
commit | f5f017dede3a1a82d29eaf5e6773e6ca71e6cb56 (patch) | |
tree | fc908a6fbca49eac8be7553cc0face826cfa16d3 /games-misc | |
parent | sys-auth/AusweisApp2: remove CMAKE_BUILD_TYPE (diff) | |
download | guru-f5f017dede3a1a82d29eaf5e6773e6ca71e6cb56.tar.gz guru-f5f017dede3a1a82d29eaf5e6773e6ca71e6cb56.tar.bz2 guru-f5f017dede3a1a82d29eaf5e6773e6ca71e6cb56.zip |
games-misc/Fallout3Terminal: new package
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/Fallout3Terminal/Fallout3Terminal-2019.11.05.ebuild | 32 | ||||
-rw-r--r-- | games-misc/Fallout3Terminal/Manifest | 1 | ||||
-rw-r--r-- | games-misc/Fallout3Terminal/files/Fallout3Terminal | 2 | ||||
-rw-r--r-- | games-misc/Fallout3Terminal/metadata.xml | 25 |
4 files changed, 60 insertions, 0 deletions
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 000000000..b652b7409 --- /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 000000000..78ec10adb --- /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 000000000..fad5abea4 --- /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 000000000..1abbee592 --- /dev/null +++ b/games-misc/Fallout3Terminal/metadata.xml @@ -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> |