mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Add libmpfr recipe
This commit is contained in:
parent
6e46cfa923
commit
7ffdb91e59
9
recipes/libmpfr/recipe.toml
Normal file
9
recipes/libmpfr/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[source]
|
||||
tar = "https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.xz"
|
||||
blake3 = "f428023b8f7569fc1178faf63265ecb6cab4505fc3fce5d8c46af70db848a334"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libgmp",
|
||||
]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user