17 lines
415 B
Bash
17 lines
415 B
Bash
# Template file for 'ffuf'
|
|
pkgname=ffuf
|
|
version=0.11
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/ffuf/ffuf"
|
|
short_desc="Fast web fuzzer"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/ffuf/ffuf"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=61ba87a36195ca1be494e129a83c40ad846f8ca0d520a6b6d4fd303a0fe5257b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|