void-packages/srcpkgs/hub/template

19 lines
470 B
Bash
Raw Normal View History

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