mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
tig: update to 2.3.3.
This commit is contained in:
parent
9cc70ab7d5
commit
ab1ad9af07
1 changed files with 9 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'tig'
|
||||
pkgname=tig
|
||||
version=2.3.2
|
||||
version=2.3.3
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
make_install_args="install-doc-man"
|
||||
hostmakedepends="xmlto asciidoc"
|
||||
hostmakedepends="xmlto asciidoc automake autoconf pkg-config"
|
||||
makedepends="ncurses-devel"
|
||||
depends="git"
|
||||
conf_files="/etc/tigrc"
|
||||
|
@ -12,8 +13,12 @@ short_desc="Text-mode interface for Git"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://jonas.github.io/tig/"
|
||||
distfiles="https://github.com/jonas/tig/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=6410e51c6149d76eac3510d04f9a736139f85e7c881646937d009caacf98cff1
|
||||
distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
|
||||
checksum=18a5a9c05735f3e457ac0c74ab6663b9e6087148d975c45f3f88bebf07a718ff
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
|
||||
|
|
Loading…
Add table
Reference in a new issue