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