15 lines
494 B
Bash
15 lines
494 B
Bash
# Template file for 'go-jira'
|
|
pkgname=go-jira
|
|
version=1.0.28
|
|
revision=4
|
|
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://github.com/go-jira/jira"
|
|
distfiles="https://github.com/go-jira/jira/archive/v$version.tar.gz"
|
|
checksum=179abe90458281175a482cbd2e1ad662bdf563ef5acfc2cadf215ae32e0bd1e6
|