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:
1
app-misc/cbonsai/Manifest
Normal file
1
app-misc/cbonsai/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD cbonsai-9999.ebuild 496 BLAKE2B 351cc02f9a4f1d34b2f79ae6a2398ce30d6f3b2de2816f81d924798ea961d9a797f14a891fd27f4df9120498d8bce4a90c58270717a26f7fe2d2da9849fe8bf7 SHA512 50341c26cc95025deca9cfb76123792fdd06482ed4321ef0668a97bf2c47841ad33a5bc2e21f434022dd4edd59b343134a2e82a88f51ad7f7dd3db8d4eb4c43e
|
||||
22
app-misc/cbonsai/cbonsai-9999.ebuild
Normal file
22
app-misc/cbonsai/cbonsai-9999.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user