redox/recipes/wip/ssh/sshfs/recipe.toml
2024-07-15 09:25:09 +00:00

10 lines
256 B
TOML

#TODO missing script for Meson, see 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 = "custom"
dependencies = [
"libfuse3",
"glib",
]