New package: ffuf-0.10
This commit is contained in:
parent
c66c7f4874
commit
d1dd94e3c5
1 changed files with 16 additions and 0 deletions
16
srcpkgs/ffuf/template
Normal file
16
srcpkgs/ffuf/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'ffuf'
|
||||
pkgname=ffuf
|
||||
version=0.10
|
||||
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=7efbedace2798dd970a801ed2ede6ef41ef48414140efda71f8018e7df23edf3
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue