void-packages/srcpkgs/go-jira/template
2016-08-30 01:41:29 +02:00

19 lines
548 B
Bash

# Template file for 'go-jira'
pkgname=go-jira
version=0.1.7
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=82edcfd74b6ef2a187d2ebc3c1f95097db188313212480e40abaf5f4486efbd4
post_install() {
mv $DESTDIR/usr/bin/{main,jira}
vlicense LICENSE
}