diff --git a/games-misc/bonsai/Manifest b/games-misc/bonsai/Manifest new file mode 100644 index 0000000000..384a49e327 --- /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 0000000000..5f640ce11d --- /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 0000000000..6e3f29bfda --- /dev/null +++ b/games-misc/bonsai/metadata.xml @@ -0,0 +1,18 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + +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. + + + https://gitlab.com/jallbrit/bonsai.sh/-/issues + jallbrit/bonsai.sh + +