mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
add a recipe
This commit is contained in:
parent
92080548bc
commit
cbcf9cd70e
8
recipes/wip/net/httpd/recipe.toml
Normal file
8
recipes/wip/net/httpd/recipe.toml
Normal 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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user