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
export GOPROXY=direct
cd v3
%make
upx %{name}
%install
install -Dm0755 v2/%{name} %{buildroot}%{_bindir}/%{name}
install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name}
%files
%doc README*.md LICENSE.md