15 lines
485 B
Bash
15 lines
485 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"
|
|
go_package="$go_import_path/jira"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/$version.tar.gz"
|
|
checksum=9627aa2e692d5ff429d071173f97289b4ceae61e6910f600e9755bef75ab9935
|