void-packages/srcpkgs/go-jira/template
2018-01-25 10:00:43 +00:00

26 lines
621 B
Bash

# Template file for 'go-jira'
pkgname=go-jira
version=1.0.14
revision=2
build_style=go
hostmakedepends="dep"
short_desc="Simple jira command line client in Go"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache"
go_import_path="github.com/Netflix-Skunkworks/go-jira"
go_package="$go_import_path/cmd/jira"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=34cb45af19985474b8d9079c1f551f4892bfbe64073a5a8f89333ca3603e4639
pre_build() {
git config --global http.https://gopkg.in.followRedirects true
cd $GOSRCPATH
dep ensure
}
post_install() {
vlicense LICENSE
}