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