void-packages/srcpkgs/tig/template
2017-12-15 15:34:35 +01:00

20 lines
653 B
Bash

# Template file for 'tig'
pkgname=tig
version=2.3.1
revision=1
build_style=gnu-configure
make_install_args="install-doc-man"
hostmakedepends="xmlto asciidoc"
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/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=4ba555a23475946aa1c51b7f4d70beeb4a5a535cdf9d1f06978d24e2003e9201
post_install() {
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
}