From cbcf9cd70e17eeef0435574606d1bfa05dc1816e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 15 Feb 2024 02:58:43 +0000 Subject: [PATCH] add a recipe --- recipes/wip/net/httpd/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/wip/net/httpd/recipe.toml diff --git a/recipes/wip/net/httpd/recipe.toml b/recipes/wip/net/httpd/recipe.toml new file mode 100644 index 000000000..dd31170fa --- /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", +] -- GitLab