mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
15 lines
285 B
TOML
15 lines
285 B
TOML
#TODO make libicu work
|
|
[source]
|
|
tar = "https://github.com/Qalculate/libqalculate/releases/download/v4.9.0/libqalculate-4.9.0.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libgmp",
|
|
"libmpfr",
|
|
"libxml2",
|
|
"readline",
|
|
"libiconv",
|
|
"libicu",
|
|
"curl",
|
|
]
|