17 lines
474 B
Bash
17 lines
474 B
Bash
# 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
|
|
}
|