diff --git a/srcpkgs/kurly/template b/srcpkgs/kurly/template new file mode 100644 index 00000000000..c2b55489fad --- /dev/null +++ b/srcpkgs/kurly/template @@ -0,0 +1,17 @@ +# Template file for 'kurly' +pkgname=kurly +version=1.0.0 +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 " +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 +}