diff options
Diffstat (limited to 'dev-vcs/gameoftrees/gameoftrees-0.117.ebuild')
-rw-r--r-- | dev-vcs/gameoftrees/gameoftrees-0.117.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-vcs/gameoftrees/gameoftrees-0.117.ebuild b/dev-vcs/gameoftrees/gameoftrees-0.117.ebuild new file mode 100644 index 0000000..76d9412 --- /dev/null +++ b/dev-vcs/gameoftrees/gameoftrees-0.117.ebuild @@ -0,0 +1,26 @@ +EAPI=8 + +DESCRIPTION="A version control system which prioritizes ease of use and simplicity over flexibility" +HOMEPAGE="https://www.gameoftrees.org/" + +SRC_URI="https://www.gameoftrees.org/releases/portable/got-portable-${PV}.tar.gz" +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/got-portable-${PV}" + +DEPEND=" + >=sys-libs/ncurses-6.5_p20250531-r1 + >=sys-apps/util-linux-2.41.1-r1 + >=dev-libs/libbsd-0.11.8 + >=dev-libs/libevent-2.1.12-r1 + >=sys-libs/zlib-1.3.1-r1 + >=dev-libs/libretls-3.8.1 +" + +BDEPEND=" + virtual/pkgconfig +" + + |