2012-09-07 13:43:45 +00:00
|
|
|
# Template file for 'tig'
|
|
|
|
pkgname=tig
|
2013-08-27 04:46:50 +00:00
|
|
|
version=1.2.1
|
2012-10-12 22:28:51 +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"
|
2013-04-14 13:09:59 +00:00
|
|
|
makedepends="ncurses-devel git"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="git"
|
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"
|
2013-08-27 04:46:50 +00:00
|
|
|
checksum=c4a1ad58b704e0d5f54f351592410c8680ac09e461952f86fae017e373330321
|
2012-09-07 13:43:45 +00:00
|
|
|
long_desc="
|
|
|
|
Tig is a git repository browser that additionally can act as a pager for
|
|
|
|
output from various git commands.
|
|
|
|
|
|
|
|
When browsing repositories, it uses the underlying git commands to present
|
|
|
|
the user with various views, such as summarized revision log and showing
|
|
|
|
the commit with the log message, diffstat, and the diff.
|
|
|
|
|
|
|
|
Using it as a pager, it will display input from stdin and colorize it."
|
|
|
|
|
|
|
|
post_install() {
|
2012-09-07 14:00:32 +00:00
|
|
|
vinstall contrib/tigrc 644 usr/share/examples/tig
|
2012-09-07 13:43:45 +00:00
|
|
|
vinstall contrib/tig-completion.bash 644 \
|
|
|
|
usr/share/bash-completion/completions tig
|
|
|
|
}
|