redox/recipes/libs/libmpfr/recipe.toml
Anhad Singh 55fcf436d1 feat(libmpfr): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00

19 lines
318 B
TOML

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