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