# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=tig pkgver=2.4.1 pkgrel=0 pkgdesc="Text-mode interface for the git revision control system" url="https://jonas.github.io/tig/" arch="all" license="GPL-2.0-or-later" options="!check" # Tests are broken depends="git" makedepends="ncurses-dev xmlto asciidoc git" subpackages="$pkgname-doc" source="https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make all doc-man } package() { cd "$builddir" make DESTDIR="$pkgdir" install install-doc-man } sha512sums="516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c tig-2.4.1.tar.gz"