mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
10 lines
256 B
TOML
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",
|
|
]
|