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
2017-12-30 07:23:39 +00:00
version=1.1.0
2018-02-23 03:55:52 +00:00
revision=3
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"
2017-12-30 07:23:39 +00:00
checksum=2db85fb86ae292a74a18fca4006e57d473195d0b9394ad6f21b080121c4e24e3
2017-05-07 20:10:39 +00:00
post_install() {
vlicense LICENSE
}