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