mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
hub: update to 2.4.0.
This commit is contained in:
parent
5f97a827f5
commit
f09f3419e8
1 changed files with 10 additions and 7 deletions
|
@ -1,21 +1,24 @@
|
||||||
# Template file for 'hub'
|
# Template file for 'hub'
|
||||||
pkgname=hub
|
pkgname=hub
|
||||||
version=2.2.9
|
version=2.4.0
|
||||||
revision=11
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/github/hub"
|
go_import_path=github.com/github/hub
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
homepage="http://hub.github.com/"
|
|
||||||
distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
|
|
||||||
short_desc="Command line tool for Github"
|
short_desc="Command line tool for Github"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
checksum=b3f949c4500288a18ed68c38755962c9571c9e10063fb77583a19d0fcca5ecdf
|
homepage="https://hub.github.com/"
|
||||||
|
#changelog="https://github.com/github/hub/releases"
|
||||||
|
distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
|
||||||
|
checksum=894eb112be9aa0464fa2c63f48ae8e573ef9e32a00bad700e27fd09a0cb3be4b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/${pkgname}.1
|
# Requires ronn
|
||||||
|
# vman man/${pkgname}.1
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
vinstall etc/hub.zsh_completion 644 usr/share/zsh/site-functions _hub
|
vinstall etc/hub.zsh_completion 644 usr/share/zsh/site-functions _hub
|
||||||
vinstall etc/hub.bash_completion.sh 644 usr/share/bash-completion/completions hub
|
vinstall etc/hub.bash_completion.sh 644 usr/share/bash-completion/completions hub
|
||||||
|
vinstall etc/hub.fish_completion 644 usr/share/fish/completions hub.fish
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue