2015-12-20 18:56:59 +00:00
|
|
|
# Template file for 'go-jira'
|
|
|
|
pkgname=go-jira
|
2016-11-25 13:07:16 +00:00
|
|
|
version=0.1.8
|
2016-06-30 13:16:36 +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-11-25 13:07:16 +00:00
|
|
|
checksum=a5e977126a5cf512e5a77489b16c6c4cd46d873703fb525638d8e13974219ee0
|
2016-01-24 11:23:38 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
mv $DESTDIR/usr/bin/{main,jira}
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|