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
18 changes: 18 additions & 0 deletions srcpkgs/nuclei/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'nuclei'
pkgname=nuclei
version=3.8.0
revision=1
build_style=go
go_import_path=github.com/projectdiscovery/nuclei/v3
go_package="${go_import_path}/cmd/nuclei"
make_check_args="-skip TestAction|TestHeadless|TestBlockedHeadless"
short_desc="Fast and customizable vulnerability scanner"
maintainer="rayfadh <rayfadh@duck.com>"
license="MIT"
homepage="https://github.com/projectdiscovery/nuclei"
distfiles="https://github.com/projectdiscovery/nuclei/archive/v${version}.tar.gz"
checksum=caa622327dc8661e032b44bb1174e3df1858de8cb33086737330deec9f126549

post_install() {
vlicense LICENSE.md
}