redox/recipes/wip/fuse/s3fs/recipe.toml
2024-02-13 12:28:54 +00:00

18 lines
378 B
TOML

#TODO Not compiled or tested
# 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
"""