Magellan Linux

Contents of /branches/R11-unstable/extras/sshfs/sshfs-3.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32429 - (show annotations) (download)
Mon Apr 29 12:50:22 2019 UTC (5 years ago) by niro
File size: 547 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="sshfs"
4 PVER="3.5.1"
5 PBUILD="r1"
6
7 PCAT="sys-fs"
8
9 DESCRIPTION="SSH Filesystem for FUSE."
10 HOMEPAGE="https://github.com/libfuse/sshfs"
11
12 DEPEND=">= sys-fs/fuse3-3
13 >= net-misc/openssh-7"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 msetfeature "!check"
19 sminclude meson
20
21 SRC_URI=(
22 https://github.com/libfuse/${PNAME}/releases/download/${PNAME}-${PVER}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd -listonly https://github.com/libfuse/${PNAME}/releases | grep ${PNAME}- | highesttarball xz"