20 lines
608 B
Bash
20 lines
608 B
Bash
# Template file for 'tig'
|
|
pkgname=tig
|
|
version=2.2
|
|
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="http://jonas.nitro.dk/tig/"
|
|
distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz"
|
|
checksum=8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c
|
|
|
|
post_install() {
|
|
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
|
|
}
|