redox/recipes/libs/libnettle/recipe.toml
2026-06-21 20:51:08 +02:00

22 lines
389 B
TOML

[source]
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz"
blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393"
script = """
autotools_recursive_regenerate
"""
patches = [
"redox.patch"
]
[build]
template = "custom"
dependencies = [
"libgmp"
]
script = """
DYNAMIC_INIT
# TODO: sccache regression
export CC="$GNU_TARGET-gcc"
cookbook_configure
"""