games-misc/bonsai: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-07-16 01:23:10 +02:00
parent 67787cddc7
commit 1147210a4f
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST bonsai.sh-5e6e6aa7f44e1a770d9c56687ad1b660c409de00.tar.bz2 18558 BLAKE2B 83bba21792bf5d2a7e41d5a2685e8fcadc6c7f5a6f3e989a71e98d038102f84244468ce2552d4bdd7e4deb459796331377ca36eab31875f405292d1ddb789a56 SHA512 31b334e6990d2a123468ad0b359af564bccea274f040054403d0e6a3f05fac7a7cd55bde9a5c620757c51e5d9eeafecd50e032e4c8227ea957dac227faa79215

View File

@@ -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
}

View File

@@ -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>