Promote libnettle to libs

This commit is contained in:
Jeremy Soller 2024-01-12 15:15:50 -07:00
parent ea3b696975
commit 25297b28cc
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -0,0 +1,9 @@
[source]
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz"
blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393"
[build]
template = "configure"
dependencies = [
"libgmp"
]