mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Packaging
This commit is contained in:
parent
137e7a4315
commit
28bbb2bc8e
24
kali.spec
Normal file
24
kali.spec
Normal file
@ -0,0 +1,24 @@
|
||||
Name: kali
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Salt Kali template
|
||||
|
||||
License: GPLv3+
|
||||
SOURCE0: kali
|
||||
|
||||
%description
|
||||
Salt state for Kali template
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/srv/salt
|
||||
cp -rv %{SOURCE0}/ %{buildroot}/srv/salt
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
/srv/salt/kali/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2021 unman <unman@thirdeyesecurity.org>
|
||||
- First Build
|
Loading…
Reference in New Issue
Block a user