mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
10 lines
184 B
TOML
10 lines
184 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.7.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libunistring",
|
|
"libiconv",
|
|
]
|