18 lines
516 B
Bash
18 lines
516 B
Bash
# Template file for 'kurly'
|
|
pkgname=kurly
|
|
version=1.1.0
|
|
revision=3
|
|
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=2db85fb86ae292a74a18fca4006e57d473195d0b9394ad6f21b080121c4e24e3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|