ef11f57681
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i '$a patch_args=-Np0"
15 lines
545 B
Bash
15 lines
545 B
Bash
# Template file for 'wfuzz'
|
|
pkgname=wfuzz
|
|
version=3.1.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
|
|
python3-parsing python3-six python3-shodan"
|
|
short_desc="Web fuzzer"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://wfuzz.org"
|
|
distfiles="https://github.com/xmendez/wfuzz/archive/v${version}.tar.gz"
|
|
checksum=60798e56274a377f8770d162935a040d4d6e27919bfbb46cf13a7a0a34896be9
|
|
patch_args=-Np0
|