mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:37:44 +00:00
Ports: Add GNU sed 4.2.1 (#1127)
4.2.1 was the last version not to depend upon Gnulib.
This commit is contained in:
parent
d22415631f
commit
f1e9588040
2 changed files with 16 additions and 0 deletions
5
Ports/sed/package.sh
Executable file
5
Ports/sed/package.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=sed
|
||||
version=4.2.1
|
||||
useconfigure="true"
|
||||
files="https://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2 sed-4.2.1.tar.bz2"
|
Loading…
Add table
Add a link
Reference in a new issue