From 6a56d7bb341571b31593aba64fb04604dd144e1b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 7 May 2017 20:10:39 +0000 Subject: [PATCH] New package: kurly-1.0.0 --- srcpkgs/kurly/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/kurly/template 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 +}