void-packages/srcpkgs/kurly/template

18 lines
516 B
Bash
Raw Normal View History

2017-05-07 20:10:39 +00:00
# Template file for 'kurly'
pkgname=kurly
version=1.0.0
2017-05-25 09:49:31 +00:00
revision=2
2017-05-07 20:10:39 +00:00
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
}