mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 20:55:35 +03:00
10 lines
291 B
Bash
Executable File
10 lines
291 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=sed
|
|
version=4.9
|
|
useconfigure="true"
|
|
use_fresh_config_sub="true"
|
|
config_sub_paths=("build-aux/config.sub")
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/sed/sed-${version}.tar.gz#d1478a18f033a73ac16822901f6533d30b6be561bcbce46ffd7abce93602282e"
|
|
)
|