finally skip perl & openssl docs

This commit is contained in:
2026-02-21 18:39:02 +01:00
parent 917ffadc6a
commit 2113e5155b
5 changed files with 52 additions and 4 deletions

12
packages/libsodium.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "libsodium")
(version "1.0.21-stable")
(homepage "https://libsodium.gitbook.io/doc")
(dependencies make)
(src (tar
(url "https://download.libsodium.org/libsodium/releases/libsodium-1.0.21-stable.tar.gz")
(dir "libsodium-stable")
(blake3 "cba92d24061a7853a5735797e58165d5008f75de96a75ee2feea636e2e6e5762")))
(build
(configure_make
(configure_flags "--disable-shared"))))