void-packages/srcpkgs/ffuf/template

17 lines
416 B
Bash
Raw Normal View History

2019-10-04 04:43:16 +02:00
# Template file for 'ffuf'
pkgname=ffuf
2020-02-23 07:14:57 +01:00
version=1.0.2
2019-10-04 04:43:16 +02:00
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"
2020-02-23 07:14:57 +01:00
checksum=018e3aa92d27846eaf55b49a451b2517db1ad65d5d696116ade1fe8bda4535ba
2019-10-04 04:43:16 +02:00
post_install() {
vlicense LICENSE
}