This commit is contained in:
Sergey Zhemoytel 2024-11-21 21:11:17 +00:00
parent 9d1c2ea5f7
commit b2cd1682dd

View file

@ -11,6 +11,7 @@ Group: Development/Other
BuildRequires: go >= 1.11 BuildRequires: go >= 1.11
BuildRequires: git-core BuildRequires: git-core
BuildRequires: upx BuildRequires: upx
BuildRequires: pkgconfig(openssl3.3)
%description %description
Nuclei is used to send requests across targets based on a Nuclei is used to send requests across targets based on a
@ -26,10 +27,10 @@ security checks can be modelled with Nuclei
%build %build
export GOPROXY=https://proxy.golang.org/cached-only export GOPROXY=https://proxy.golang.org/cached-only
%make %make
upx %{name} upx bin/%{name}
%install %install
install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name} install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%files %files
%doc README*.md LICENSE.md %doc README*.md LICENSE.md