redox/recipes/wip/net/tor/recipe.toml
2024-02-10 14:16:02 +00:00

11 lines
187 B
TOML

#TODO Make the libevent works
[source]
tar = "https://dist.torproject.org/tor-0.4.8.9.tar.gz"
[build]
template = "configure"
dependencies = [
"libevent",
"openssl1"
"zlib",
]