# Template file for 'fuse-sshfs' pkgname=fuse-sshfs version=3.3.0 revision=2 wrksrc="sshfs-${version}" build_style=meson configure_args="--sbindir=bin" hostmakedepends="pkg-config" makedepends="libglib-devel fuse3-devel python-docutils" depends="openssh" short_desc="FUSE client based on the SSH File Transfer Protocol" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/libfuse/sshfs" distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.xz" checksum=9ddfcc2564fafe002706b093b6295afbcb2cc0a3bc52bc805cc5361cb69ca51d case "${XBPS_TARGET_MACHINE}" in i686|armv6l|armv7l) CFLAGS+=" -D_FILE_OFFSET_BITS=64" esac