vp-build/srcpkgs/go-jira/template

24 lines
630 B
Bash

# Template file for 'go-jira'
pkgname=go-jira
version=0.1.12
revision=1
build_style=go
hostmakedepends="git-perl"
short_desc="Simple jira command line client in Go"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache"
go_import_path="github.com/Netflix-Skunkworks/go-jira"
go_package="$go_import_path/main"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=b3bf289001f908ec77e616cdfc7158e0ae69c791ba37a75e8ac7f0b0e28605b5
pre_build() {
git config --global http.https://gopkg.in.followRedirects true
}
post_install() {
mv $DESTDIR/usr/bin/{main,jira}
vlicense LICENSE
}