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 +}