# $Id$ PNAME="sshfs" PVER="3.3.1" PBUILD="r1" PCAT="sys-fs" DESCRIPTION="SSH Filesystem for FUSE." HOMEPAGE="https://github.com/libfuse/sshfs" DEPEND=">= sys-fs/fuse-2.9 >= net-misc/openssh-7" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude meson SRC_URI=( https://github.com/libfuse/${PNAME}/releases/download/${PNAME}-${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd -listonly https://github.com/libfuse/${PNAME}/releases | grep ${PNAME}- | highesttarball xz"