mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
fuse-sshfs: fix manpage generation while cross-compiling
This commit is contained in:
parent
20ef265797
commit
2c2e79cc01
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'fuse-sshfs'
|
||||
pkgname=fuse-sshfs
|
||||
version=3.7.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="--sbindir=bin"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse3-devel libglib-devel python3-docutils"
|
||||
hostmakedepends="pkg-config python3-docutils"
|
||||
makedepends="fuse3-devel libglib-devel"
|
||||
depends="openssh"
|
||||
checkdepends="python3-pytest which"
|
||||
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
||||
|
|
Loading…
Add table
Reference in a new issue