opt/sshfs-fuse/Pkgfile
Juergen Daubert e076683328 [notify] sshfs-fuse: update to 3.2.0
Note: new dependency opt/fuse3 instead of opt/fuse
2017-08-07 10:55:46 +02:00

18 lines
485 B
Plaintext

# Description: Remote filesystem in userspace using SSH
# URL: https://github.com/libfuse/sshfs
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on: fuse3 glib
name=sshfs-fuse
version=3.2.0
release=1
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.gz)
build() {
cd sshfs-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}