New package: wuzz-0.4.0
This commit is contained in:
parent
a77b5321ed
commit
aafafdadb9
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue