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 +}