mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
tig: remove long_desc.
This commit is contained in:
parent
8762817836
commit
a5173d3e68
1 changed files with 2 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tig'
|
# Template file for 'tig'
|
||||||
pkgname=tig
|
pkgname=tig
|
||||||
version=1.2.1
|
version=1.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="install-doc-man"
|
make_install_args="install-doc-man"
|
||||||
hostmakedepends="xmlto asciidoc"
|
hostmakedepends="xmlto asciidoc"
|
||||||
|
@ -13,18 +13,8 @@ license="GPL-2"
|
||||||
homepage="http://jonas.nitro.dk/tig/"
|
homepage="http://jonas.nitro.dk/tig/"
|
||||||
distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz"
|
distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz"
|
||||||
checksum=c4a1ad58b704e0d5f54f351592410c8680ac09e461952f86fae017e373330321
|
checksum=c4a1ad58b704e0d5f54f351592410c8680ac09e461952f86fae017e373330321
|
||||||
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() {
|
post_install() {
|
||||||
vinstall contrib/tigrc 644 usr/share/examples/tig
|
vinstall contrib/tigrc 644 usr/share/examples/tig
|
||||||
vinstall contrib/tig-completion.bash 644 \
|
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
|
||||||
usr/share/bash-completion/completions tig
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue