diff options
author | axtlos <rose@pinkro.se> | 2025-09-05 13:07:14 +0000 |
---|---|---|
committer | axtlos <rose@pinkro.se> | 2025-09-05 13:07:14 +0000 |
commit | b5caa4e79c563fa7428500ed05187477bd0b2266 (patch) | |
tree | 022c63afa8e1f542e2925e32dfc3e4d3aaac1109 /dev-vcs/gameoftrees/gameoftrees-0.117.ebuild | |
parent | a141954f7d7f45da8d537ebe6acb7ec5ca7674ed (diff) | |
download | seeds-b5caa4e79c563fa7428500ed05187477bd0b2266.tar.gz seeds-b5caa4e79c563fa7428500ed05187477bd0b2266.tar.bz2 |
dev-vcs/gameoftrees: add new package
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 +" + + |