blob: 2515d07d481c63f83fc404325d67023343f86e55 [file] [log] [blame]
Brad Bishop0a921262019-09-24 07:40:45 -04001SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE"
2AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>"
3HOMEPAGE = "https://github.com/libfuse/sshfs"
4SECTION = "console/network"
5LICENSE = "GPLv2"
6DEPENDS = "glib-2.0 fuse3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8
9SRC_URI = "git://github.com/libfuse/sshfs"
Brad Bishop2f973922019-11-11 07:58:48 -050010SRCREV = "a1e5f12c530ccf59434a7d59a34a049f160b3559"
Brad Bishop0a921262019-09-24 07:40:45 -040011S = "${WORKDIR}/git"
12
13inherit meson