some packages

This commit is contained in:
2026-02-15 14:49:42 +01:00
parent b4564fa5bb
commit a19e668908
23 changed files with 231 additions and 24 deletions

11
packages/meson.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "meson")
(version "1.10.1")
(homepage "https://mesonbuild.com/")
(dependencies python)
(src (tar
(url "https://github.com/mesonbuild/meson/releases/download/1.10.1/meson-1.10.1.tar.gz")
(dir "meson-1.10.1")
(blake3 "7a2bd021b804d21b1d81f156490568da1fb1e35e8c9f2fc909a8b46f1f76e2e2")))
(build
(shell "python setup.py install")))