mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
10 lines
171 B
TOML
10 lines
171 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libgmp",
|
|
"libmpfr",
|
|
]
|