36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
# Template file for 'tig'
|
|
pkgname=tig
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
make_install_args="install-doc-man"
|
|
makedepends="ncurses-devel git"
|
|
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"
|
|
checksum=9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4
|
|
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() {
|
|
vinstall contrib/tigrc 644 usr/share/examples/tig
|
|
vinstall contrib/tig-completion.bash 644 \
|
|
usr/share/bash-completion/completions tig
|
|
}
|
|
|
|
tig_package() {
|
|
depends="git"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|