Files
shrap/packages/libyaml.shrap
2026-02-20 12:45:31 +01:00

12 lines
380 B
Plaintext

(package
(name "libyaml")
(version "0.2.5")
(homepage "https://pyyaml.org/wiki/LibYAML")
(dependencies make)
(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)))