mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-vcs/got: add 0.73, drop 0.70
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
40
dev-vcs/got/got-0.73.ebuild
Normal file
40
dev-vcs/got/got-0.73.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
MY_PN="${PN}-portable"
|
||||
DESCRIPTION="Portable version of the Game of Trees version control system"
|
||||
HOMEPAGE="https://gameoftrees.org"
|
||||
SRC_URI="https://gameoftrees.org/releases/portable/${MY_PN}-${PV}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
sys-libs/ncurses:=[unicode(+)]
|
||||
sys-libs/zlib:=
|
||||
elibc_Darwin? ( dev-libs/ossp-uuid )
|
||||
elibc_SunOS? ( sys-libs/libuuid )
|
||||
!elibc_Darwin? ( dev-libs/libbsd )
|
||||
!elibc_Darwin? ( !elibc_SunOS? (
|
||||
app-crypt/libmd
|
||||
sys-apps/util-linux
|
||||
) )
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
virtual/yacc
|
||||
kernel_linux? ( sys-kernel/linux-headers )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( CHANGELOG CHANGES README TODO )
|
||||
|
||||
src_compile() {
|
||||
emake AR=$(tc-getAR) GOT_RELEASE=Yes
|
||||
}
|
||||
Reference in New Issue
Block a user