redox/recipes/wip/net/httpd/recipe.toml
2024-02-15 02:58:43 +00:00

9 lines
160 B
TOML

#TODO Not compiled or tested
[source]
tar = "https://dlcdn.apache.org/httpd/httpd-2.4.58.tar.bz2"
[build]
template = "configure"
dependencies = [
"pcre",
]