commit:     1147210a4f4bf482087ed95da2a775a526a7b322
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jul 15 23:23:10 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Jul 15 23:23:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1147210a

games-misc/bonsai: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 games-misc/bonsai/Manifest                    |  1 +
 games-misc/bonsai/bonsai-0_pre20210201.ebuild | 20 ++++++++++++++++++++
 games-misc/bonsai/metadata.xml                | 18 ++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/games-misc/bonsai/Manifest b/games-misc/bonsai/Manifest
new file mode 100644
index 000000000..384a49e32
--- /dev/null
+++ b/games-misc/bonsai/Manifest
@@ -0,0 +1 @@
+DIST bonsai.sh-5e6e6aa7f44e1a770d9c56687ad1b660c409de00.tar.bz2 18558 BLAKE2B 
83bba21792bf5d2a7e41d5a2685e8fcadc6c7f5a6f3e989a71e98d038102f84244468ce2552d4bdd7e4deb459796331377ca36eab31875f405292d1ddb789a56
 SHA512 
31b334e6990d2a123468ad0b359af564bccea274f040054403d0e6a3f05fac7a7cd55bde9a5c620757c51e5d9eeafecd50e032e4c8227ea957dac227faa79215

diff --git a/games-misc/bonsai/bonsai-0_pre20210201.ebuild 
b/games-misc/bonsai/bonsai-0_pre20210201.ebuild
new file mode 100644
index 000000000..5f640ce11
--- /dev/null
+++ b/games-misc/bonsai/bonsai-0_pre20210201.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="5e6e6aa7f44e1a770d9c56687ad1b660c409de00"
+
+DESCRIPTION="bonsai tree generator written in bash"
+HOMEPAGE="https://gitlab.com/jallbrit/bonsai.sh";
+SRC_URI="https://gitlab.com/jallbrit/bonsai.sh/-/archive/${COMMIT}/bonsai.sh-${COMMIT}.tar.bz2";
+S="${WORKDIR}/${PN}.sh-${COMMIT}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+       newbin bonsai.sh bonsai
+       dodoc README.md
+}

diff --git a/games-misc/bonsai/metadata.xml b/games-misc/bonsai/metadata.xml
new file mode 100644
index 000000000..6e3f29bfd
--- /dev/null
+++ b/games-misc/bonsai/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbi...@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">
+bonsai.sh is a bonsai tree generator for the terminal, written entirely in 
bash. It 
+intelligently creates, colors, and positions the tree, and is entirely 
configurable via 
+CLI options- see usage.
+There are currently four supported modes: static (the default), live, 
infinite, and neofetch, with more on the way! See Modes for documentation, and 
TODO for full list of goals.
+  </longdescription>
+  <upstream>
+    <bugs-to>https://gitlab.com/jallbrit/bonsai.sh/-/issues</bugs-to>
+    <remote-id type="gitlab">jallbrit/bonsai.sh</remote-id> 
+  </upstream>
+</pkgmetadata>

Reply via email to