mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
go-jira: update to 1.0.21.
This commit is contained in:
parent
8af55b4e53
commit
4c45f68f3b
1 changed files with 7 additions and 17 deletions
|
@ -1,25 +1,15 @@
|
||||||
# Template file for 'go-jira'
|
# Template file for 'go-jira'
|
||||||
pkgname=go-jira
|
pkgname=go-jira
|
||||||
version=1.0.20
|
version=1.0.21
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="jira-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_import_path="github.com/go-jira/jira"
|
||||||
|
go_package="$go_import_path/cmd/jira"
|
||||||
hostmakedepends="dep"
|
hostmakedepends="dep"
|
||||||
short_desc="Simple jira command line client in Go"
|
short_desc="Simple jira command line client in Go"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache"
|
license="Apache-2.0"
|
||||||
go_import_path="github.com/Netflix-Skunkworks/go-jira"
|
|
||||||
go_package="$go_import_path/cmd/jira"
|
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=0adf6d68e4a0700578706d9707dab633db8ee336151ce4232de93c7332459c45
|
checksum=c76089423fc0d4b9dcdd39822d6d94452136f8f24b8c17ec75b0e702e40fbcc2
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
|
||||||
|
|
||||||
cd $GOSRCPATH
|
|
||||||
dep ensure
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue