diff options
author | 2021-07-16 01:23:10 +0200 | |
---|---|---|
committer | 2021-07-16 01:23:10 +0200 | |
commit | 1147210a4f4bf482087ed95da2a775a526a7b322 (patch) | |
tree | a39084e096aef5c5c2ab3321f06b439d44c2755d /games-misc | |
parent | net-misc/lyrics-in-terminal: PYTHON_REQ_USE (diff) | |
download | guru-1147210a4f4bf482087ed95da2a775a526a7b322.tar.gz guru-1147210a4f4bf482087ed95da2a775a526a7b322.tar.bz2 guru-1147210a4f4bf482087ed95da2a775a526a7b322.zip |
games-misc/bonsai: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/bonsai/Manifest | 1 | ||||
-rw-r--r-- | games-misc/bonsai/bonsai-0_pre20210201.ebuild | 20 | ||||
-rw-r--r-- | games-misc/bonsai/metadata.xml | 18 |
3 files changed, 39 insertions, 0 deletions
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>lssndrbarbieri@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> |