mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
11 lines
214 B
Bash
11 lines
214 B
Bash
|
#!/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
|
||
|
}
|