# Template file for 'virtiofsd' pkgname=virtiofsd version=1.10.1 revision=1 build_style=cargo makedepends="libcap-ng-devel libseccomp-devel" short_desc="Virtio-fs vhost-user device daemon" maintainer="Matthias von Faber " 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=7d7cc7e9aa41f2f20864f2981b66fd2cfac06004399a990b865df18fbdecefde 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 }