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
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00
2 changed files with 11 additions and 0 deletions

View file

@ -118,6 +118,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`libuv`](libuv/) | libuv | 1.44.1 | https://github.com/libuv/libuv |
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
| [`libxml2`](libxml2/) | libxml2 | 2.9.13 | http://www.xmlsoft.org/ |
| [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
| [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ |
| [`links`](links/) | Links web browser | 2.25 | http://links.twibright.com/ |
| [`llvm`](llvm/) | LLVM | 13.0.0 | https://llvm.org/ |

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
}