New package: kurly-1.0.0

This commit is contained in:
Michael Gehring 2017-05-07 20:10:39 +00:00
parent 06a846201f
commit 6a56d7bb34

17
srcpkgs/kurly/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'kurly'
pkgname=kurly
version=1.0.0
revision=1
build_style=go
go_import_path="github.com/davidjpeacock/kurly"
hostmakedepends="git"
short_desc="Alternative to the widely popular curl program"
maintainer="Michael Gehring <mg@ebfe.org>"
license="Apache-2.0"
homepage="https://github.com/davidjpeacock/kurly"
distfiles="https://github.com/davidjpeacock/kurly/archive/v${version}.tar.gz"
checksum=5f75b48af69aa30651485d31949b13afa7ceb3a28617e7e02b28b89322277015
post_install() {
vlicense LICENSE
}