app-emulation/cellar-0.4

This commit is contained in:
2024-03-18 17:53:05 -07:00
parent 1d5b2870a7
commit d96987fe58
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST cellar-0.4.tar.gz 130770 BLAKE2B 53cd4656071ce354899b3c21aeaa73e57d1d0c5d80718c52043240ea3446a3d69f959dd32e80c8c5c38f3d0f5f70d15aa8864dfa4c0cd6b18f472b1a82fc94b2 SHA512 fd9bd65fcd1e163ce9f428f67dc4c40eaf60dbcc5bf28eb5a1d2dd7a1886095117d1721cef9304b56a9373fd10d6cc40fa501764773e4134f518950959e0c398
EBUILD cellar-0.4.ebuild 430 BLAKE2B 3ce735dfd9b90621ff3d952e86a6e269021521a75517c4b7e4cc9cad76e660bdc44323e6a1c5abc0a301dae0193cf38ed9dbe431e45318cdd20dce996c444ef4 SHA512 b579d7e2db3288fe231d9ff5aaddf934802258607ec99e1eae2def6080304793fdbf07668d9347a9245983069f7fab6d244844be175ca7e7b46b48f891570783

View File

@@ -0,0 +1,23 @@
EAPI=8
inherit cmake
DESCRIPTION="WINE bottle management tool"
HOMEPAGE="https://vcs.otl-hga.net/nicole/cellar/"
SRC_URI="https://vcs.otl-hga.net/nicole/cellar/archive/v${PV}.tar.gz -> cellar-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
DEPEND="
app-arch/gzip
dev-libs/crypto++
>=dev-lang/python-3.7
"
RDEPEND="${DEPEND}"
BDEPEND="
app-text/ronn-ng
doc? ( dev-python/sphinx )
"