Magellan Linux

Annotation of /trunk/extras/sshfs/sshfs-2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29358 - (hide annotations) (download)
Thu Jun 1 13:17:20 2017 UTC (6 years, 11 months ago) by niro
File size: 526 byte(s)
auto added: ver bump to 2.9-r1
1 niro 29358 # $Id$
2    
3     PNAME="sshfs"
4     PVER="2.9"
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/fuse-2.9
13     >= net-misc/openssh-7"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     https://github.com/libfuse/${PNAME}/releases/download/${PNAME}-${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd -listonly https://github.com/libfuse/${PNAME}/releases | grep ${PNAME}- | highesttarball gz"