redox/recipes/libs/libmpfr/recipe.toml
2025-04-11 11:15:44 -06:00

17 lines
316 B
TOML

[source]
tar = "https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.xz"
blake3 = "11d59d061ef8db588650bc7dc5172594a6e5aad013994801c6f63011a62b191d"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [
"libgmp",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""