# Template file for 'go-jira' pkgname=go-jira version=1.0.13 revision=1 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=61d58d9851e1dd92eb67342f1d75fef9c908059d3b9152a7e51ea027a31e6b09 pre_build() { git config --global http.https://gopkg.in.followRedirects true } post_install() { vlicense LICENSE }