Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame^] | 1 | SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" |
| 2 | AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" |
| 3 | HOMEPAGE = "https://github.com/libfuse/sshfs" |
| 4 | SECTION = "console/network" |
| 5 | LICENSE = "GPLv2" |
| 6 | DEPENDS = "glib-2.0 fuse3" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | |
| 9 | SRC_URI = "git://github.com/libfuse/sshfs" |
| 10 | SRCREV = "a7e1038203c856cc7e052d439d1da49fe131339f" |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit meson |