1
Fork 0
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:
Dan MacDonald 2020-01-24 13:09:52 +00:00 committed by Andreas Kling
parent d22415631f
commit f1e9588040
2 changed files with 16 additions and 0 deletions

5
Ports/sed/package.sh Executable file
View 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"