mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 02:50:26 +00:00
14 lines
292 B
Bash
Executable file
14 lines
292 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='ed'
|
|
version='1.19'
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz#ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48"
|
|
)
|
|
useconfigure='true'
|
|
depends=(
|
|
'pcre2'
|
|
)
|
|
|
|
configure() {
|
|
run ./"${configscript}"
|
|
}
|