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