aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/hub/template
blob: c1cdfba9021b3dda6f99d9121a347a3636abc959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
}