void-packages/srcpkgs/wfuzz/template
Đoàn Trần Công Danh ef11f57681 srcpkgs: add patch_args=-Np0 en-mass
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"
2021-06-20 13:17:29 +07:00

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