vp-build/srcpkgs/go-jira/template

26 lines
621 B
Bash

# Template file for 'go-jira'
pkgname=go-jira
version=1.0.20
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=0adf6d68e4a0700578706d9707dab633db8ee336151ce4232de93c7332459c45
pre_build() {
git config --global http.https://gopkg.in.followRedirects true
cd $GOSRCPATH
dep ensure
}
post_install() {
vlicense LICENSE
}