summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ports/AvailablePorts.md1
-rwxr-xr-xPorts/grepcidr/package.sh5
2 files changed, 6 insertions, 0 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 5e8d48bba1..c04ecf4c1b 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -89,6 +89,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`gnuplot`](gnuplot/) | Gnuplot | 5.2.8 | http://www.gnuplot.info/ |
| [`gperf`](gperf/) | GNU gperf | 3.1 | https://www.gnu.org/software/gperf/ |
| [`grep`](grep/) | GNU Grep | 3.7 | https://www.gnu.org/software/grep/ |
+| [`grepcidr`](grepcidr/) | grepcidr | 2.0 | http://www.pc-tools.net/unix/grepcidr/ |
| [`griffon`](griffon/) | The Griffon Legend | 1.0 | https://www.scummvm.org/games/#games-griffon |
| [`gsl`](gsl/) | GNU Scientific Library | 2.7.1 | https://www.gnu.org/software/gsl/ |
| [`guile`](guile/) | The GNU guile programming language | 3.0.8 | https://www.gnu.org/software/guile/ |
diff --git a/Ports/grepcidr/package.sh b/Ports/grepcidr/package.sh
new file mode 100755
index 0000000000..d65ff97999
--- /dev/null
+++ b/Ports/grepcidr/package.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env -S bash ../.port_include.sh
+port='grepcidr'
+version='2.0'
+files="http://www.pc-tools.net/files/unix/grepcidr-${version}.tar.gz grepcidr-${version}.tar.gz 61886a377dabf98797145c31f6ba95e6837b6786e70c932324b7d6176d50f7fb"
+auth_type='sha256'