mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +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'
|
# Template file for 'fuse-sshfs'
|
||||||
pkgname=fuse-sshfs
|
pkgname=fuse-sshfs
|
||||||
version=3.7.3
|
version=3.7.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="--sbindir=bin"
|
configure_args="--sbindir=bin"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config python3-docutils"
|
||||||
makedepends="fuse3-devel libglib-devel python3-docutils"
|
makedepends="fuse3-devel libglib-devel"
|
||||||
depends="openssh"
|
depends="openssh"
|
||||||
checkdepends="python3-pytest which"
|
checkdepends="python3-pytest which"
|
||||||
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
||||||
|
|
Loading…
Add table
Reference in a new issue