void-packages/srcpkgs/kurly/template
2020-01-13 13:23:35 +01:00

20 lines
662 B
Bash

# Template file for 'kurly'
pkgname=kurly
version=1.2.2
revision=2
wrksrc="${pkgname}-v${version}"
build_style=go
go_import_path="gitlab.com/davidjpeacock/kurly"
hostmakedepends="git"
short_desc="Alternative to the widely popular curl program"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://gitlab.com/davidjpeacock/kurly"
distfiles="https://gitlab.com/davidjpeacock/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
checksum=74c36fe09e1e321cdd85835191cbae880f70fa5b92211564cd3b2d1b9d66d4a5
broken="cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag"
post_install() {
vlicense LICENSE
}