# Template file for 'virtiofsd'
pkgname=virtiofsd
version=1.13.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=6d2c016683cd32473280eafc9c14b2c792bb78cafdae13e14bd7a18986683b40

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
}
