redox/recipes/wip/net/ssh/sshfs/recipe.toml
2025-10-14 11:09:28 -03:00

11 lines
270 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/libfuse/sshfs#installation
[source]
tar = "https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.3/sshfs-3.7.3.tar.xz"
[build]
template = "meson"
dependencies = [
"libfuse3",
"glib",
]