mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Ports: Add grepcidr port
This commit is contained in:
parent
75ea339ee9
commit
f050a426f5
2 changed files with 6 additions and 0 deletions
|
@ -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
5
Ports/grepcidr/package.sh
Executable 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'
|
Loading…
Add table
Reference in a new issue