go-jira: fix build
This commit is contained in:
parent
fd36ff4b64
commit
a439192237
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ hostmakedepends="git"
|
|||
short_desc="Simple jira command line client in Go"
|
||||
maintainer="Andrea Brancaleoni <andrea.brancaleoni@cleafy.com>"
|
||||
license="Apache"
|
||||
go_import_path="github.com/Netflix-Skunkworks/go-jira/jira"
|
||||
homepage="https://github.com/Netflix-Skunkworks/go-jira"
|
||||
go_import_path="github.com/Netflix-Skunkworks/go-jira"
|
||||
go_package="$go_import_path/jira"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=9627aa2e692d5ff429d071173f97289b4ceae61e6910f600e9755bef75ab9935
|
||||
|
|
Loading…
Reference in a new issue