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