package created using the webbuild interface [release 0.16-1mamba;Fri Oct 25 2024]
This commit is contained in:
parent
0255c637cd
commit
4658566690
@ -1,2 +1,4 @@
|
||||
# sbctl
|
||||
|
||||
sbctl intends to be a user-friendly secure boot key manager capable of setting up secure boot, offer key management capabilities, and keep track of files that needs to be signed in the boot chain.
|
||||
|
||||
|
48
sbctl.spec
Normal file
48
sbctl.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: sbctl
|
||||
Version: 0.16
|
||||
Release: 1mamba
|
||||
Summary: Secure Boot key manager
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/Foxboron/sbctl
|
||||
Source: https://github.com/Foxboron/sbctl.git/%{version}/sbctl-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
sbctl intends to be a user-friendly secure boot key manager capable of setting up secure boot, offer key management capabilities, and keep track of files that needs to be signed in the boot chain.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make PREFIX=%{_prefix}
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall PREFIX=%{_prefix}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/sbctl
|
||||
%{_prefix}/lib/kernel/install.d/91-sbctl.install
|
||||
%{_datadir}/bash-completion/completions/sbctl
|
||||
%{_datadir}/fish/vendor_completions.d/sbctl.fish
|
||||
%{_datadir}/zsh/site-functions/_sbctl
|
||||
%{_mandir}/man5/sbctl.conf.5*
|
||||
%{_mandir}/man8/sbctl.8*
|
||||
%{_datadir}/licenses/sbctl/LICENSE
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Oct 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user