mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
ssh-fuse: enable x86_64
This commit is contained in:
@@ -9,18 +9,19 @@ the userlandfs server manually in a terminal before mounting \
|
||||
requires input like the password for sshfs.\
|
||||
|
||||
Usage:
|
||||
mkdir /mnt
|
||||
echo password | /system/servers/userlandfs_server sshfs
|
||||
mount -t userlandfs -o 'sshfs user@server:./ -o password_stdin' /mnt"
|
||||
HOMEPAGE="https://github.com/libfuse/sshfs/"
|
||||
COPYRIGHT="2004-2012 Miklos Seredi"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/libfuse/sshfs/releases/download/sshfs_2_5/sshfs-fuse-2.5.tar.gz"
|
||||
CHECKSUM_SHA256="e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e"
|
||||
SOURCE_DIR="sshfs-fuse-$portVersion"
|
||||
PATCHES="sshfs-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user