add a recipe

This commit is contained in:
Ribbon 2024-02-15 02:58:43 +00:00
parent 92080548bc
commit cbcf9cd70e

View File

@ -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",
]