commit:     f5f017dede3a1a82d29eaf5e6773e6ca71e6cb56
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr  1 10:15:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr  1 10:18:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5f017de

games-misc/Fallout3Terminal: new package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../Fallout3Terminal-2019.11.05.ebuild             | 32 ++++++++++++++++++++++
 games-misc/Fallout3Terminal/Manifest               |  1 +
 games-misc/Fallout3Terminal/files/Fallout3Terminal |  2 ++
 games-misc/Fallout3Terminal/metadata.xml           | 25 +++++++++++++++++
 4 files changed, 60 insertions(+)

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 0000000..b652b74
--- /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 0000000..78ec10a
--- /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 0000000..fad5abe
--- /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 0000000..1abbee5
--- /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>[email protected]</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> 

Reply via email to