vp-build/srcpkgs/hub/template

20 lines
485 B
Plaintext
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-02-15 12:01:13 +01:00
version=2.2.0
revision=2
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-02-15 12:01:13 +01:00
checksum=2da1351197eb5696c207f22c69a5422af052d74277b73d0b8661efb9ec1d0eb1
2014-02-20 09:43:35 +01:00
do_install() {
2015-02-15 12:01:13 +01:00
vbin ${pkgname}
vman man/${pkgname}.1
vlicense LICENSE
2014-02-20 09:43:35 +01:00
}