Skip to content

Commit

Permalink
Let's try to make a Fedora package.
Browse files Browse the repository at this point in the history
  • Loading branch information
bezborodow committed Feb 19, 2024
1 parent 6d90e32 commit ee6d598
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cidrl.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Name: cidrl
Version: 1.0.0
Release: %autorelease
Summary: List all IP addresses within a CIDR block.
License: BSD
URL: https://github.com/emden-norfolk/cidrl
Source: https://github.com/emden-norfolk/cidrl/archive/refs/tags/v%{version}.tar.gz

%description
CIDRL lists all IP addresses within a CIDR block (IPv4 and IPv6.) Supports subnetting.

%prep
%autosetup

%build
%configure
%make_build

%install
%make_install

%files

%changelog
%autochangelog

0 comments on commit ee6d598

Please sign in to comment.