redox/recipes/wip/fuse/httpdirfs/recipe.toml
2025-10-13 11:45:23 -03:00

16 lines
339 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/fangfufu/httpdirfs#compilation
[source]
git = "https://github.com/fangfufu/httpdirfs"
rev = "d91bb2b2789be8a0f72c7baddac63ffb78299ad9"
[build]
template = "meson"
dependencies = [
"libfuse3",
"openssl1",
"curl",
"expat",
"libuuid",
"libgumbo",
]