14 lines
478 B
Bash
14 lines
478 B
Bash
|
# Template file for 'go-jira'
|
||
|
pkgname=go-jira
|
||
|
version=0.0.19
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
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"
|
||
|
distfiles="$homepage/archive/$version.tar.gz"
|
||
|
checksum=9627aa2e692d5ff429d071173f97289b4ceae61e6910f600e9755bef75ab9935
|