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/libgmp.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libgmp")
(version "6.3.0")
(homepage "https://gmplib.org/")
(dependencies "xz" "m4")
(src (tar
(url "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz")
(dir "gmp-6.3.0")
(blake3 "fffe4996713928ae19331c8ef39129e46d3bf5b7182820656fd4639435cd83a4")))
(build
(configure_make)))