redox/recipes/wip/net/unbound/recipe.toml
2024-02-18 01:29:09 +00:00

10 lines
181 B
TOML

#TODO Compilation error
[source]
tar = "https://nlnetlabs.nl/downloads/unbound/unbound-1.17.1.tar.gz"
[build]
template = "configure"
dependencies = [
"expat",
"openssl1",
]