void-packages/srcpkgs/go-jira/template

23 lines
593 B
Bash

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