This commit is contained in:
Sergey Zhemoytel 2023-10-19 20:42:42 +00:00
parent f64bef648a
commit 84bb80ff74

View file

@ -25,12 +25,11 @@ security checks can be modelled with Nuclei
%build %build
export GOPROXY=direct export GOPROXY=direct
cd v3
%make %make
upx %{name} upx %{name}
%install %install
install -Dm0755 v2/%{name} %{buildroot}%{_bindir}/%{name} install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name}
%files %files
%doc README*.md LICENSE.md %doc README*.md LICENSE.md