redox/recipes/wip/fuse/s3fs/recipe.toml
2024-06-12 08:51:50 +00:00

18 lines
374 B
TOML

#TODO make libfuse2 work
# build instructions - https://github.com/s3fs-fuse/s3fs-fuse/blob/master/COMPILATION.md
[source]
git = "https://github.com/s3fs-fuse/s3fs-fuse"
rev = "5371cd1468c84423729c334ac997f9621b797e9f"
[build]
template = "custom"
dependencies = [
"libfuse2",
"curl",
"libxml2",
"openssl1",
]
script = """
./autogen.sh
cookbook_configure
"""