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

12
packages/libnettle.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "libnettle")
(version "3.10")
(homepage "https://www.lysator.liu.se/~nisse/nettle/")
(dependencies "libgmp")
(src (tar
(url "https://ftp.gnu.org/gnu/nettle/nettle-3.10.tar.gz")
(dir "nettle-3.10")
(blake3 "c2b37a2c9500b6eea1b186ccd525c7c7f82abb2039bd0ff6ba1c0232329832d0")))
(build
(configure_make
(configure_flags "--libdir=/usr/lib"))))