mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
9 lines
318 B
Bash
Executable file
9 lines
318 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='oniguruma'
|
|
version='6.9.9'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
files=(
|
|
"https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz#60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
|
|
)
|
|
workdir="onig-${version}"
|