blob: b10c5c5ffff312008c1a0818e8c56017941bc752 [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"
10SRCREV = "695cd8916f0e78d28009de3ffe112b9d1a1c9e5e"
11S = "${WORKDIR}/git"
12
13inherit meson