63e6eaf059
3b617119c7
changed where Go binaries are
built. Instead of updating the templates with a new assumption, just use
post_install to install additional files, instead of overriding the
build style's do_install.
18 lines
470 B
Bash
18 lines
470 B
Bash
# Template file for 'hub'
|
|
pkgname=hub
|
|
version=2.2.1
|
|
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 <eb@s01.de>"
|
|
license="MIT"
|
|
checksum=9350aba6a8e3da9d26b7258a4020bf84491af69595f7484f922d75fc8b86dc10
|
|
|
|
post_install() {
|
|
vman man/${pkgname}.1
|
|
vlicense LICENSE
|
|
}
|