2012-09-07 13:43:45 +00:00
|
|
|
# Template file for 'tig'
|
|
|
|
pkgname=tig
|
2014-09-01 23:22:51 +00:00
|
|
|
version=2.0.3
|
2014-04-30 14:11:53 +00:00
|
|
|
revision=1
|
2012-09-07 13:43:45 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
make_install_args="install-doc-man"
|
2013-08-27 04:50:58 +00:00
|
|
|
hostmakedepends="xmlto asciidoc"
|
2014-09-01 23:22:51 +00:00
|
|
|
makedepends="ncurses-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="git"
|
2014-04-30 14:11:53 +00:00
|
|
|
conf_files="/etc/tigrc"
|
2012-09-07 13:43:45 +00:00
|
|
|
short_desc="Text-mode interface for Git"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://jonas.nitro.dk/tig/"
|
|
|
|
distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz"
|
2014-09-01 23:22:51 +00:00
|
|
|
checksum=faac0fd80cb771cf34ae0aa9b2fedba1cc0f8aa70731d400661660c8d48f96c4
|
2012-09-07 13:43:45 +00:00
|
|
|
|
|
|
|
post_install() {
|
2014-02-16 10:55:03 +00:00
|
|
|
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
|
2012-09-07 13:43:45 +00:00
|
|
|
}
|