verify checksums

This commit is contained in:
2026-02-14 14:00:07 +01:00
parent 03d20665b4
commit b4564fa5bb
16 changed files with 206 additions and 21 deletions

11
packages/pkg-config.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "pkg-config")
(version "0.29")
(homepage "www.freedesktop.org/wiki/Software/pkg-config/")
(src (tar
(url "https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz")
(dir "pkg-config-0.29")
(blake3 "16d375630d2b8f41086e9d00cd207ec9e2a74d7bfc57510ea088071840522f06")))
(build
(configure_make
(configure_flags "CFLAGS=-Wno-format-nonliteral --with-internal-glib"))))