15 lines
489 B
Bash
15 lines
489 B
Bash
# Template file for 'go-jira'
|
|
pkgname=go-jira
|
|
version=1.0.23
|
|
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=01c86d3119d050774caa41b89fb4f038026542eb1e362e89f3f89bf330b68354
|