mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
10 lines
318 B
Bash
Executable file
10 lines
318 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port="libyaml"
|
|
version="0.2.5"
|
|
files="https://github.com/yaml/libyaml/archive/refs/tags/${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
|
|
useconfigure="true"
|
|
auth_type="sha256"
|
|
|
|
pre_configure() {
|
|
run ./bootstrap
|
|
}
|