mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
7cb9237be9
Except in the Lua port's Makefile patch, I couldn't figure this out...
10 lines
213 B
Bash
Executable file
10 lines
213 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-${version}.tar.lz ed-${version}.tar.lz"
|
|
useconfigure=true
|
|
depends=pcre2
|
|
|
|
configure() {
|
|
run ./"$configscript"
|
|
}
|