1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:07:35 +00:00

Ports: Add ed port (#1159)

This commit is contained in:
Brian Callahan 2020-02-01 14:54:04 -05:00 committed by GitHub
parent d0c230855d
commit c904095333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 0 deletions

10
Ports/ed/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash ../.port_include.sh
port=ed
version=1.15
files="https://ftp.gnu.org/gnu/ed/ed-1.15.tar.lz ed-1.15.tar.lz"
useconfigure=true
depends=pcre2
configure() {
run ./"$configscript" CC=i686-pc-serenity-gcc
}