mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
11 lines
302 B
TOML
11 lines
302 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://redmine.lighttpd.net/projects/lighttpd/wiki/InstallFromSource
|
|
[source]
|
|
tar = "https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.82.tar.xz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"pcre2",
|
|
#"openssl3", # optional
|
|
]
|