Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions srcpkgs/fuse-sshfs/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'fuse-sshfs'
pkgname=fuse-sshfs
version=3.7.5
revision=2
version=3.7.6
revision=1
build_style=meson
configure_args="--sbindir=bin"
hostmakedepends="pkg-config python3-docutils"
Expand All @@ -13,13 +13,18 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
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=0e45db63c2d00919db3174134fa234c6e0682d6fe573c46312d1d53d1d61a8bb
checksum=6a1bcb31450a077e9cb1b7ff158c71de34db697c3c0da6cb362502131e495893

case "${XBPS_TARGET_MACHINE}" in
i686|armv6l|armv7l)
CFLAGS="-D_FILE_OFFSET_BITS=64"
esac

do_check() {
python3 -m pytest
cd build
if [ "$XBPS_CHECK_PKGS" = "full" ]; then
python3 -m pytest
else
python3 -m pytest test/test_hostname_validation.py
fi
}