mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
15 lines
325 B
TOML
15 lines
325 B
TOML
#TODO missing script for meson, see https://github.com/fangfufu/httpdirfs#compilation
|
|
[source]
|
|
git = "https://github.com/fangfufu/httpdirfs"
|
|
rev = "d91bb2b2789be8a0f72c7baddac63ffb78299ad9"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"openssl1",
|
|
"curl",
|
|
"expat",
|
|
"libuuid",
|
|
"libgumbo",
|
|
]
|