SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" | |
AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" | |
HOMEPAGE = "https://github.com/libfuse/sshfs" | |
SECTION = "console/network" | |
LICENSE = "GPLv2" | |
DEPENDS = "glib-2.0 fuse3" | |
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |
SRC_URI = "git://github.com/libfuse/sshfs" | |
SRCREV = "695cd8916f0e78d28009de3ffe112b9d1a1c9e5e" | |
S = "${WORKDIR}/git" | |
inherit meson |