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