17 lines
516 B
Bash
17 lines
516 B
Bash
# Template file for 'kurly'
|
|
pkgname=kurly
|
|
version=1.2.1
|
|
revision=1
|
|
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=c6e26782e06d99eb3c36f8f4461ce57cba2c451db23f408ad1745e58620a761d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|