tig: update to 2.5.5.
Adopted.
This commit is contained in:
parent
98a3097362
commit
7bacc46395
1 changed files with 6 additions and 5 deletions
|
@ -1,25 +1,26 @@
|
|||
# Template file for 'tig'
|
||||
pkgname=tig
|
||||
version=2.5.4
|
||||
version=2.5.5
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
make_install_args="install-doc-man"
|
||||
hostmakedepends="xmlto asciidoc automake autoconf pkg-config"
|
||||
makedepends="ncurses-devel"
|
||||
makedepends="ncurses-devel pcre2-devel"
|
||||
depends="git"
|
||||
conf_files="/etc/tigrc"
|
||||
short_desc="Text-mode interface for Git"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://jonas.github.io/tig/"
|
||||
changelog="https://github.com/jonas/tig/blob/master/NEWS.adoc"
|
||||
distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
|
||||
checksum=d65bbcada30f67b0c3632edee36086c99354617b84afbce98372c45a0fd27ca9
|
||||
checksum=eac8ea96aabe1583ba04fbc6e02a8b725d4093ae1939f19a426a301602ffe4b7
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
|
||||
vcompletion contrib/tig-completion.bash bash
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue