void-packages/srcpkgs/hub/template
2017-10-26 18:16:58 +00:00

22 lines
635 B
Bash

# Template file for 'hub'
pkgname=hub
version=2.2.9
revision=7
build_style=go
go_import_path="github.com/github/hub"
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"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
checksum=b3f949c4500288a18ed68c38755962c9571c9e10063fb77583a19d0fcca5ecdf
post_install() {
vman man/${pkgname}.1
vlicense LICENSE
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
}