void-packages/srcpkgs/go-jira/template
2016-11-25 14:22:31 +01:00

19 lines
548 B
Bash

# Template file for 'go-jira'
pkgname=go-jira
version=0.1.8
revision=1
build_style=go
hostmakedepends="git-perl"
short_desc="Simple jira command line client in Go"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache"
go_import_path="github.com/Netflix-Skunkworks/go-jira"
go_package="$go_import_path/main"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=a5e977126a5cf512e5a77489b16c6c4cd46d873703fb525638d8e13974219ee0
post_install() {
mv $DESTDIR/usr/bin/{main,jira}
vlicense LICENSE
}