# Template file for 'go-jira' pkgname=go-jira version=1.0.17 revision=2 build_style=go hostmakedepends="dep" short_desc="Simple jira command line client in Go" maintainer="Andrea Brancaleoni " 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=c1127af5ff8d19ab3f6b5bf424f262495143448608ec59beadcefb5e645feddb pre_build() { git config --global http.https://gopkg.in.followRedirects true cd $GOSRCPATH dep ensure } post_install() { vlicense LICENSE }