dev-vcs/got - 0.127 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =dev-vcs/got-0.127

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-vcs/got-0.127

Or alternatively:

emerge --autounmask-write -a =dev-vcs/got-0.127

Package Information

Description:
VCS which prioritizes ease of use and simplicity over flexibility
Homepage:
https://gameoftrees.org/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.127 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="VCS which prioritizes ease of use and simplicity over flexibility"
HOMEPAGE="https://gameoftrees.org/"
SRC_URI="https://gameoftrees.org/releases/portable/got-portable-${PV}.tar.gz"
S="${WORKDIR}/got-portable-${PV}/"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="cvg bearssl"

# util-linux for uuid.pc
# openssl for libcrypto
DEPEND="
	dev-libs/libevent:=
	sys-apps/util-linux
	virtual/zlib:=
	dev-libs/libbsd
	!bearssl? ( dev-libs/libretls:= )
	bearssl? ( dev-libs/libtls-bearssl:= )
	dev-libs/openssl:=
	sys-libs/ncurses:=
	app-crypt/libmd
"
RDEPEND="${DEPEND}"
BDEPEND="
	app-alternatives/yacc
	virtual/pkgconfig
"

src_configure() {
	econf \
		$(use_enable cvg) \
		--with-gitwrapper-git-libexec-path="${EPREFIX}/usr/libexec/git-core"
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-vcs/got | euse -E <flag> -p dev-vcs/got | euse -D <flag> -p dev-vcs/got

Global/Standard Flags

cvg

Dependencies

DEPEND

	dev-libs/libevent:=
	sys-apps/util-linux
	virtual/zlib:=
	dev-libs/libbsd
	!bearssl? ( dev-libs/libretls:= )
	bearssl? ( dev-libs/libtls-bearssl:= )
	dev-libs/openssl:=
	sys-libs/ncurses:=
	app-crypt/libmd

RDEPEND

	dev-libs/libevent:=
	sys-apps/util-linux
	virtual/zlib:=
	dev-libs/libbsd
	!bearssl? ( dev-libs/libretls:= )
	bearssl? ( dev-libs/libtls-bearssl:= )
	dev-libs/openssl:=
	sys-libs/ncurses:=
	app-crypt/libmd

BDEPEND

	app-alternatives/yacc
	virtual/pkgconfig

Manifest for 0.127

Type File Size Source URLs
DIST got-portable-0.127.tar.gz 1746471 bytes https://gameoftrees.org/releases/portable/got-portable-0.127.tar.gz