void-packages/srcpkgs/hub/template

19 lines
470 B
Bash
Raw Normal View History

2014-02-20 08:44:51 +00:00
# Template file for 'hub'
2014-02-20 08:43:35 +00:00
pkgname=hub
2015-04-13 09:38:03 +00:00
version=2.2.1
revision=1
2015-02-21 12:38:37 +00:00
build_style=go
2015-02-21 12:52:10 +00:00
go_import_path="github.com/github/hub"
2015-02-21 12:38:37 +00:00
hostmakedepends="git"
2014-02-20 08:43:35 +00:00
homepage="http://hub.github.com/"
distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
2014-03-30 19:40:45 +00:00
short_desc="command line tool for Github"
2014-02-20 08:43:35 +00:00
maintainer="Enno Boland <eb@s01.de>"
license="MIT"
2015-04-13 09:38:03 +00:00
checksum=9350aba6a8e3da9d26b7258a4020bf84491af69595f7484f922d75fc8b86dc10
2014-02-20 08:43:35 +00:00
post_install() {
2015-02-15 11:01:13 +00:00
vman man/${pkgname}.1
vlicense LICENSE
2014-02-20 08:43:35 +00:00
}