Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions srcpkgs/dalfox/template
Original file line number Diff line number Diff line change
@@ -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 <jason@jasondavid.us>"
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
}