void-packages/srcpkgs/ffuf/template
2021-04-19 14:32:39 -05:00

16 lines
416 B
Bash

# Template file for 'ffuf'
pkgname=ffuf
version=1.3.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=f717ede958c16846c7f67c14fac2a9296fcb3ad249045d04ec97c2d1d30e83ea
post_install() {
vlicense LICENSE
}