mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-11 05:58:41 +08:00
9 lines
160 B
TOML
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",
|
|
]
|