diff --git a/srcpkgs/wuzz/template b/srcpkgs/wuzz/template new file mode 100644 index 00000000000..e6cb81b3807 --- /dev/null +++ b/srcpkgs/wuzz/template @@ -0,0 +1,17 @@ +# Template file for 'wuzz' +pkgname=wuzz +version=0.4.0 +revision=1 +build_style=go +go_import_path=github.com/asciimoo/wuzz +hostmakedepends="git" +short_desc="Interactive cli tool for HTTP inspection" +maintainer="Andrew Benson " +license="AGPL-3.0" +homepage="https://github.com/asciimoo/wuzz" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=acf8e82481740d1403b744c58918b9089128d91c3c6edc15b76b6e1c97ead645 + +post_install() { + vlicense LICENSE +}