Brad Bishop | 0a92126 | 2019-09-24 07:40:45 -0400 | [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 = "695cd8916f0e78d28009de3ffe112b9d1a1c9e5e" |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit meson |