1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 09:27:46 +00:00

Ports: Add port libyaml version 0.2.5

This commit is contained in:
EWouters 2022-04-13 14:42:22 +02:00 committed by Linus Groh
parent 4d0315099f
commit 2f8afcccfd
2 changed files with 11 additions and 0 deletions

10
Ports/libyaml/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port="libyaml"
version="0.2.5"
files="https://github.com/yaml/libyaml/releases/download/${version}/yaml-${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
useconfigure="true"
auth_type="sha256"
pre_configure() {
run ./bootstrap
}