mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
11 lines
270 B
TOML
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",
|
|
]
|