Ports: Use the official release tarball for libyaml
This commit is contained in:
parent
867e103f5d
commit
fd9125c288
Notes:
sideshowbarker
2024-07-17 17:38:29 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/fd9125c288 Pull-request: https://github.com/SerenityOS/serenity/pull/14162 Reviewed-by: https://github.com/EWouters Reviewed-by: https://github.com/linusg ✅
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port="libyaml"
|
port="libyaml"
|
||||||
version="0.2.5"
|
version="0.2.5"
|
||||||
files="https://github.com/yaml/libyaml/archive/refs/tags/${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
|
files="https://github.com/yaml/libyaml/releases/download/${version}/yaml-${version}.tar.gz yaml-${version}.tar.gz c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
|
||||||
useconfigure="true"
|
useconfigure="true"
|
||||||
auth_type="sha256"
|
auth_type="sha256"
|
||||||
|
use_fresh_config_sub=true
|
||||||
pre_configure() {
|
config_sub_paths=("config/config.sub")
|
||||||
run ./bootstrap
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue