void-packages/srcpkgs/tig/template
2018-02-02 15:34:54 +01:00

25 lines
734 B
Bash

# Template file for 'tig'
pkgname=tig
version=2.3.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="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://jonas.github.io/tig/"
distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
checksum=18a5a9c05735f3e457ac0c74ab6663b9e6087148d975c45f3f88bebf07a718ff
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
}