New package: wuzz-0.4.0

This commit is contained in:
Andrew Benson 2019-03-12 15:56:44 -05:00 committed by maxice8
parent a77b5321ed
commit aafafdadb9
1 changed files with 17 additions and 0 deletions

17
srcpkgs/wuzz/template Normal file
View File

@ -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 <abenson+void@gmail.com>"
license="AGPL-3.0"
homepage="https://github.com/asciimoo/wuzz"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=acf8e82481740d1403b744c58918b9089128d91c3c6edc15b76b6e1c97ead645
post_install() {
vlicense LICENSE
}