redox/recipes/wip/tor/recipe.toml
2023-11-30 18:13:53 +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",
]