mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
12 lines
240 B
TOML
12 lines
240 B
TOML
#TODO make dependencies work
|
|
[source]
|
|
tar = "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl1",
|
|
"zlib",
|
|
"libxml2",
|
|
"libgcrypt",
|
|
]
|