redox/recipes/libs/libsodium/recipe.toml
2025-07-06 08:06:09 +00:00

15 lines
292 B
TOML

[source]
tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
blake3 = "2482633f872c173f9a42e6badb44c3efb042e783e664fdf8b1046babfa2405e7"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""