From e4f757b9505e427fae0c2e25a0619eef08c88f00 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Fri, 4 Nov 2016 08:44:27 -0200 Subject: [PATCH] New package: httpstat-1.0.0 --- srcpkgs/httpstat/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/httpstat/template diff --git a/srcpkgs/httpstat/template b/srcpkgs/httpstat/template new file mode 100644 index 00000000000..04c98f248af --- /dev/null +++ b/srcpkgs/httpstat/template @@ -0,0 +1,17 @@ +# Template file for 'httpstat' +pkgname=httpstat +version=1.0.0 +revision=1 +build_style=go +go_import_path="github.com/davecheney/httpstat" +hostmakedepends="git" +short_desc="It's like curl -v, with colours" +maintainer="Diogo Leal " +license="MIT" +homepage="https://github.com/davecheney/httpstat" +distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz" +checksum=3a9e89141bb773ca5fa35b9b0ddd4832c17b317849471bacd0f1130333bbcd7b + +post_install() { + vlicense LICENSE +}