17 lines
482 B
Bash
17 lines
482 B
Bash
# Template file for 'wuzz'
|
|
pkgname=wuzz
|
|
version=0.5.0
|
|
revision=3
|
|
build_style=go
|
|
go_import_path=github.com/asciimoo/wuzz
|
|
short_desc="Interactive cli tool for HTTP inspection"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="AGPL-3.0-or-later"
|
|
homepage="https://github.com/asciimoo/wuzz"
|
|
distfiles="https://github.com/asciimoo/wuzz/archive/v${version}.tar.gz"
|
|
checksum=721ea7343698e9f3c69e09eab86b9b1fef828057655f7cebc1de728c2f75151e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|