Files
demus-bash-scripts/demus-bash-scripts.spec
T
demus 065fb017b7
Build and provide rpm of demus shell scripts / rpmbuild (release) Successful in 47s
blockable: Lookup netblocks from ip and generate edgeos group adds
2025-03-14 12:01:29 +01:00

29 lines
419 B
RPMSpec

Name: demus-bash-scripts
Version: 0.1.0
Release: %autorelease
Summary: Useful shell scripts
License: GPL3
Source0: blockable.sh
Requires: bash
BuildArch: noarch
%description
Assorted useful bash scripts created through the ages
%prep
%build
%install
%{__mkdir} -p %{buildroot}%{_bindir}
%{__install} -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/blockable
%files
%{_bindir}/blockable
%changelog
%autochangelog