mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
Ports: Add grep port
This commit is contained in:
parent
78ddf2e048
commit
d847368c88
2 changed files with 16 additions and 0 deletions
6
Ports/grep/package.sh
Executable file
6
Ports/grep/package.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=grep
|
||||
version=2.5.4
|
||||
files="https://ftp.gnu.org/gnu/grep/grep-2.5.4.tar.gz grep-2.5.4.tar.gz"
|
||||
useconfigure=true
|
||||
configopts=--disable-perl-regexp
|
Loading…
Add table
Add a link
Reference in a new issue