vp-build/srcpkgs/wuzz/template

18 lines
483 B
Bash

# Template file for 'wuzz'
pkgname=wuzz
version=0.5.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-or-later"
homepage="https://github.com/asciimoo/wuzz"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=721ea7343698e9f3c69e09eab86b9b1fef828057655f7cebc1de728c2f75151e
post_install() {
vlicense LICENSE
}