From 048dc80617cca1a40cf88d8a36baf07845c2c37a Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Wed, 17 Jun 2026 10:27:26 -0500 Subject: [PATCH] New package: dalfox-3.2.2 --- srcpkgs/dalfox/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/dalfox/template diff --git a/srcpkgs/dalfox/template b/srcpkgs/dalfox/template new file mode 100644 index 00000000000000..a5218731abbe3d --- /dev/null +++ b/srcpkgs/dalfox/template @@ -0,0 +1,16 @@ +# Template file for 'dalfox' +pkgname=dalfox +version=3.2.2 +revision=1 +build_style=cargo +short_desc="XSS scanner and utility focused on automation" +maintainer="Jason Elswick " +license="MIT" +homepage="https://github.com/hahwul/dalfox" +changelog="https://github.com/hahwul/dalfox/blob/main/CHANGELOG.md" +distfiles="https://github.com/hahwul/dalfox/archive/refs/tags/v${version}.tar.gz" +checksum=c66e1fffc4c3294bd4081df6817f22facca94cd2fda84161acb4717c8a6d8c7e + +post_install() { + vlicense LICENSE.txt +}