16 lines
415 B
Bash
16 lines
415 B
Bash
# Template file for 'ffuf'
|
|
pkgname=ffuf
|
|
version=0.12
|
|
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=8a80c043cce5c1125260240d42eb4cff36d45d81668840b6934cb771b050ce45
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|