Ports: Add grepcidr port

This commit is contained in:
EWouters 2022-12-13 06:15:52 +01:00 committed by Andreas Kling
parent 75ea339ee9
commit f050a426f5
2 changed files with 6 additions and 0 deletions

View file

@ -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/ |

5
Ports/grepcidr/package.sh Executable file
View file

@ -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'