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

12
packages/libglib.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "glib")
(version "2.86.4")
(homepage "https://www.gtk.org/")
(dependencies meson ninja git libffi pkg-config slang)
(src (tar
(url "https://download.gnome.org/sources/glib/2.86/glib-2.86.4.tar.xz")
(dir "glib-2.86.4")
(blake3 "1f407dc9204b9bd54e74ddf5af6968690ed61465a788a44a54518721e972795b")))
(build
(meson
(configure_flags "--libdir=lib"))))