mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-08 08:44:22 +00:00
11 lines
214 B
Bash
Executable File
11 lines
214 B
Bash
Executable File
#!/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
|
|
}
|