redox/recipes/wip/tools/aria2/recipe.toml
2024-02-11 14:08:48 +00:00

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",
]