void-packages/srcpkgs/tig/template
2021-03-21 01:26:06 -03:00

26 lines
742 B
Bash

# Template file for 'tig'
pkgname=tig
version=2.5.3
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
make_install_args="install-doc-man"
hostmakedepends="xmlto asciidoc automake autoconf pkg-config"
makedepends="ncurses-devel"
depends="git"
conf_files="/etc/tigrc"
short_desc="Text-mode interface for Git"
maintainer="Lugubris <lugubris@disroot.org>"
license="GPL-2.0-only"
homepage="https://jonas.github.io/tig/"
distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
checksum=c2d6219c18ea33a92ac0691bdd528fcabea8529036858ef2b17726b838614343
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
}