summaryrefslogtreecommitdiff
path: root/sshfs-fuse/Pkgfile
blob: a9a9415dcc6a0e1f2c477960e6ec1dd2217ece34 (plain)
    1 # Description: Remote filesystem in userspace using SSH
    2 # URL:         https://github.com/libfuse/sshfs 
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  fuse3 glib
    5 
    6 name=sshfs-fuse
    7 version=3.7.0
    8 release=1
    9 source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.xz
   10         sshfs.1)
   11 
   12 build() {
   13     cd sshfs-$version
   14 
   15     meson build --prefix /usr
   16     DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
   17 
   18     install -D -m 0644 $SRC/sshfs.1 $PKG/usr/share/man/man1/sshfs.1
   19 }

Generated by cgit