go-jira: update to 1.0.7
This commit is contained in:
parent
d8f6972200
commit
f0a208c071
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'go-jira'
|
||||
pkgname=go-jira
|
||||
version=0.1.15
|
||||
version=1.0.7
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git-perl"
|
||||
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/main"
|
||||
go_package="$go_import_path/cmd/jira"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=e5e05276998a28035a88d74d9c4ecc6c877a7d9261ecfa873bdf38a5c6605362
|
||||
checksum=38e942a54ac1979ad0884f424a883abc4049e5dd456635383075329232a63194
|
||||
|
||||
pre_build() {
|
||||
git config --global http.https://gopkg.in.followRedirects true
|
||||
}
|
||||
|
||||
post_install() {
|
||||
mv $DESTDIR/usr/bin/{main,jira}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user