17 lines
416 B
Bash
17 lines
416 B
Bash
# Template file for 'ffuf'
|
|
pkgname=ffuf
|
|
version=1.5.0
|
|
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=70dc411c014c826f9c8a7b021e01d5bc50e2cba17e0dcc4df3e2e2574ad12073
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|