mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
tig: update to 1.2.1.
This commit is contained in:
parent
7861949927
commit
44e9f30d6f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tig'
|
# Template file for 'tig'
|
||||||
pkgname=tig
|
pkgname=tig
|
||||||
version=1.2
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="install-doc-man"
|
make_install_args="install-doc-man"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
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=9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4
|
checksum=c4a1ad58b704e0d5f54f351592410c8680ac09e461952f86fae017e373330321
|
||||||
long_desc="
|
long_desc="
|
||||||
Tig is a git repository browser that additionally can act as a pager for
|
Tig is a git repository browser that additionally can act as a pager for
|
||||||
output from various git commands.
|
output from various git commands.
|
||||||
|
@ -30,6 +30,6 @@ post_install() {
|
||||||
tig_package() {
|
tig_package() {
|
||||||
depends="git"
|
depends="git"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue