mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
742 B
Plaintext
17 lines
742 B
Plaintext
PKG_NAME="sshfs-fuse"
|
|
PKG_VERSION="2.2"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://fuse.sourceforge.net/sshfs.html"
|
|
PKG_URL="$SOURCEFORGE_SRC/fuse/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="glib fuse"
|
|
PKG_BUILD_DEPENDS="toolchain glib fuse"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="system"
|
|
PKG_SHORTDESC="sshfs-fuse: A filesystem client based on the SSH File Transfer Protocol"
|
|
PKG_LONGDESC="This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|