mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
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,10 +1,8 @@
|
||||
#!/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"
|
||||
files="https://github.com/yaml/libyaml/releases/download/${version}/yaml-${version}.tar.gz yaml-${version}.tar.gz c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
|
||||
useconfigure="true"
|
||||
auth_type="sha256"
|
||||
|
||||
pre_configure() {
|
||||
run ./bootstrap
|
||||
}
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("config/config.sub")
|
||||
|
Loading…
Reference in New Issue
Block a user