redox/recipes/wip/libnettle/recipe.toml
2023-12-22 01:44:03 +00:00

10 lines
166 B
TOML

#TODO make gnutls work
[source]
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz"
[build]
template = "configure"
depencencies = [
"gnutls",
"libgmp",
]