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