mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
18 lines
378 B
TOML
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
|
|
"""
|