diff --git a/recipes/wip/net/httpd/recipe.toml b/recipes/wip/net/httpd/recipe.toml new file mode 100644 index 00000000..dd31170f --- /dev/null +++ b/recipes/wip/net/httpd/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +tar = "https://dlcdn.apache.org/httpd/httpd-2.4.58.tar.bz2" +[build] +template = "configure" +dependencies = [ + "pcre", +]