redox/recipes/wip/libnettle/recipe.toml
2023-11-30 18:13:53 +00:00

10 lines
173 B
TOML

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