mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 19:19:44 +03: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
|
|
}
|