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:
parent
d0c230855d
commit
c904095333
4 changed files with 44 additions and 0 deletions
10
Ports/ed/package.sh
Executable file
10
Ports/ed/package.sh
Executable 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue