15 lines
489 B
Bash
15 lines
489 B
Bash
# Template file for 'go-jira'
|
|
pkgname=go-jira
|
|
version=1.0.22
|
|
revision=1
|
|
wrksrc="jira-${version}"
|
|
build_style=go
|
|
go_import_path="github.com/go-jira/jira"
|
|
go_package="$go_import_path/cmd/jira"
|
|
hostmakedepends="dep"
|
|
short_desc="Simple jira command line client in Go"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="Apache-2.0"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=428099801521debb46f30ed602481e92c4560e2251542c1f1a2dc4a818ff9765
|