void-packages/srcpkgs/go-jira/template

20 lines
544 B
Bash
Raw Normal View History

2015-12-20 18:56:59 +00:00
# Template file for 'go-jira'
pkgname=go-jira
2016-01-24 11:23:38 +00:00
version=0.0.20
revision=1
2015-12-20 18:56:59 +00:00
build_style=go
hostmakedepends="git"
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"
checksum=952b36ce7d6c15b7ef79dab8dd8753a3c36eca708253e23a0007dc45e96064d3
post_install() {
mv $DESTDIR/usr/bin/{main,jira}
vlicense LICENSE
}