void-packages/srcpkgs/go-jira/template

20 lines
548 B
Bash
Raw Normal View History

2015-12-20 18:56:59 +00:00
# Template file for 'go-jira'
pkgname=go-jira
2016-01-30 11:06:33 +00:00
version=0.1.0
2016-01-24 11:23:38 +00:00
revision=1
2015-12-20 18:56:59 +00:00
build_style=go
2016-02-19 20:37:12 +00:00
hostmakedepends="git-perl"
2015-12-20 18:56:59 +00:00
short_desc="Simple jira command line client in Go"
2016-01-24 11:23:38 +00:00
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
2015-12-20 18:56:59 +00:00
license="Apache"
2015-12-20 19:08:28 +00:00
go_import_path="github.com/Netflix-Skunkworks/go-jira"
2016-01-24 11:23:38 +00:00
go_package="$go_import_path/main"
2015-12-20 19:08:28 +00:00
homepage="https://$go_import_path"
2016-01-24 11:23:38 +00:00
distfiles="$homepage/archive/v$version.tar.gz"
2016-01-30 11:06:33 +00:00
checksum=363d441e7d2d6b77450e0d1adfc1c85f77fa8d8c86e36b1723093ccf0abe1f5a
2016-01-24 11:23:38 +00:00
post_install() {
mv $DESTDIR/usr/bin/{main,jira}
vlicense LICENSE
}