mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
11 lines
225 B
Bash
Executable File
11 lines
225 B
Bash
Executable File
#!/usr/bin/env -S 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
|
|
}
|