redox/recipes/wip/fuse/httpdirfs/recipe.toml
2024-09-20 01:38:01 +00:00

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",
]