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