mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: virtiofsd-1.8.0
This commit is contained in:
parent
ac4b07e98c
commit
ed7a0fdc25
1 changed files with 27 additions and 0 deletions
27
srcpkgs/virtiofsd/template
Normal file
27
srcpkgs/virtiofsd/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'virtiofsd'
|
||||||
|
pkgname=virtiofsd
|
||||||
|
version=1.8.0
|
||||||
|
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=35a59628c44da64d72b25cbdea54fe2fa68ecd42482f34c4755f4020e6dc280b
|
||||||
|
|
||||||
|
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-qemu-virtiofsd.json 644 usr/share/qemu/vhost-user
|
||||||
|
|
||||||
|
vdoc README.md
|
||||||
|
vdoc doc/xattr-mapping.md
|
||||||
|
|
||||||
|
vlicense LICENSE-APACHE
|
||||||
|
vlicense LICENSE-BSD-3-Clause
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue