blob: bf9c34dc978626116669047cc724d8fff0176f8a [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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 = "a7e1038203c856cc7e052d439d1da49fe131339f"
11S = "${WORKDIR}/git"
12
13inherit meson