void-packages/srcpkgs/virtiofsd/template

28 lines
848 B
Bash

# Template file for 'virtiofsd'
pkgname=virtiofsd
version=1.11.1
revision=1
build_style=cargo
makedepends="libcap-ng-devel libseccomp-devel"
short_desc="Virtio-fs vhost-user device daemon"
maintainer="Matthias von Faber <mvf@gmx.eu>"
license="Apache-2.0, BSD-3-Clause"
homepage="https://gitlab.com/virtio-fs/virtiofsd"
distfiles="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${version}/virtiofsd-v${version}.tar.gz"
checksum=e45a70b1c764378077f36c15c97975d5a0cc0f0534adbc7c24e5b62da6adb579
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
broken="https://gitlab.com/virtio-fs/virtiofsd/-/issues/114"
fi
do_install() {
vinstall "target/${RUST_TARGET}/release/virtiofsd" 755 usr/libexec
vinstall 50-virtiofsd.json 644 usr/share/qemu/vhost-user
vdoc README.md
vdoc doc/xattr-mapping.md
vlicense LICENSE-APACHE
vlicense LICENSE-BSD-3-Clause
}