void-packages/srcpkgs/kurly/template
2017-10-26 18:16:58 +00:00

18 lines
516 B
Bash

# Template file for 'kurly'
pkgname=kurly
version=1.0.0
revision=4
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
}