mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
11 lines
310 B
Bash
Executable file
11 lines
310 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=ed
|
|
version=1.18
|
|
files="https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz ed-${version}.tar.lz aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f"
|
|
auth_type='sha256'
|
|
useconfigure=true
|
|
depends=("pcre2")
|
|
|
|
configure() {
|
|
run ./"$configscript"
|
|
}
|