mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
14 lines
449 B
Bash
Executable file
14 lines
449 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=ed
|
|
version=1.15
|
|
files="https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz ed-${version}.tar.lz
|
|
https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz.sig ed-${version}.tar.lz.sig
|
|
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
|
auth_type="sig"
|
|
auth_opts="--keyring ./gnu-keyring.gpg cflow-${version}.tar.bz2.sig"
|
|
useconfigure=true
|
|
depends=pcre2
|
|
|
|
configure() {
|
|
run ./"$configscript"
|
|
}
|