void-packages/srcpkgs/tig/template
2020-04-12 10:05:37 +02:00

26 lines
742 B
Bash

# Template file for 'tig'
pkgname=tig
version=2.5.1
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=ae31e8b76ca00254d5a975f14bf5f4609778d6ecffa92430502450b4fe5461b5
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
}