summaryrefslogtreecommitdiff
path: root/dev-vcs/gameoftrees/gameoftrees-0.117.ebuild
blob: ac46c3d487fa3906def1992a49cf0607ca552821 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
"