void-packages/srcpkgs/hub/template
2016-09-12 09:59:45 +02:00

21 lines
635 B
Bash

# Template file for 'hub'
pkgname=hub
version=2.2.8
revision=1
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=61f67d94d495bdd2f8e7eae3054fab8a5ec8f5d839f27a63dbacc2a4e230d847
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
}