Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30748 - (hide annotations) (download)
Tue Mar 27 12:24:06 2018 UTC (6 years, 3 months ago) by niro
File size: 547 byte(s)
auto added: ver bump to 3.3.1-r1
1 niro 30354 # $Id$
2    
3     PNAME="sshfs"
4     PVER="3.3.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 niro 30747 DEPEND=">= sys-fs/fuse3-3
13 niro 30354 >= net-misc/openssh-7"
14    
15 niro 30355 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 niro 30354 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18 niro 30748 msetfeature "!check"
19 niro 30356 sminclude meson
20 niro 30354
21     SRC_URI=(
22     https://github.com/libfuse/${PNAME}/releases/download/${PNAME}-${PVER}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26 niro 30355 UP2DATE="updatecmd -listonly https://github.com/libfuse/${PNAME}/releases | grep ${PNAME}- | highesttarball xz"