19 lines
485 B
Bash
19 lines
485 B
Bash
# Template file for 'hub'
|
|
pkgname=hub
|
|
version=2.2.0
|
|
revision=2
|
|
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=2da1351197eb5696c207f22c69a5422af052d74277b73d0b8661efb9ec1d0eb1
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vman man/${pkgname}.1
|
|
vlicense LICENSE
|
|
}
|