New package: gfuzz-0.1
This commit is contained in:
parent
a49afae733
commit
c66c7f4874
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'gfuzz'
|
||||
pkgname=gfuzz
|
||||
version=0.1
|
||||
revision=1
|
||||
wrksrc="gfuzz-${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/braaaax/gfuzz
|
||||
hostmakedepends="git"
|
||||
short_desc="Web fuzzer like wfuzz written in Golang"
|
||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/braaaax/gfuzz"
|
||||
distfiles="https://github.com/braaaax/gfuzz/archive/v${version}.tar.gz"
|
||||
checksum=9e5b371d4b571fa9970e7678090f010d9adf23eb4f0f3c90da9b64b452f99e63
|
Loading…
Reference in New Issue