1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-24 23:22:31 +01:00

Added cbonsai ebuild.

This commit is contained in:
2021-08-23 17:02:14 +02:00
parent 74e1241262
commit 28294896bf
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1 @@
EBUILD cbonsai-9999.ebuild 496 BLAKE2B 351cc02f9a4f1d34b2f79ae6a2398ce30d6f3b2de2816f81d924798ea961d9a797f14a891fd27f4df9120498d8bce4a90c58270717a26f7fe2d2da9849fe8bf7 SHA512 50341c26cc95025deca9cfb76123792fdd06482ed4321ef0668a97bf2c47841ad33a5bc2e21f434022dd4edd59b343134a2e82a88f51ad7f7dd3db8d4eb4c43e

View File

@@ -0,0 +1,22 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Grow bonsai trees in your terminal"
HOMEPAGE="https://gitlab.com/jallbrit/cbonsai"
EGIT_REPO_URI="https://gitlab.com/jallbrit/cbonsai.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
DEPEND="sys-libs/ncurses"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin cbonsai
}