2017-05-07 22:10:39 +02:00
|
|
|
# Template file for 'kurly'
|
|
|
|
pkgname=kurly
|
|
|
|
version=1.0.0
|
2017-08-08 08:22:55 +02:00
|
|
|
revision=3
|
2017-05-07 22:10:39 +02: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
|
|
|
|
}
|