even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

10
packages/libyaml.shrap Normal file
View File

@@ -0,0 +1,10 @@
(package
(name "libyaml")
(version "0.2.5")
(homepage "https://pyyaml.org/wiki/LibYAML")
(src (tar
(url "https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz")
(dir "yaml-0.2.5")
(blake3 "64cd0f69eb55904fdf4a6f20d46d565ab2433ae494e76edbdf835a25b57c98d9")))
(build
(configure_make)))