milis/talimatname/genel/sshfs-fuse/talimat

17 lines
433 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: SSH Dosya Aktarım Protokolünü temel alan FUSE istemcisi
# URL: http://fuse.sourceforge.net/sshfs.html
# Packager: milisarge@gmail.com
# Depends on: fuse glib openssh
name=sshfs-fuse
version=2.5
release=1
source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}