mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
20 lines
628 B
Bash
20 lines
628 B
Bash
# Template file for 'cloud-hypervisor'
|
|
pkgname=cloud-hypervisor
|
|
version=46.0
|
|
revision=1
|
|
archs="aarch64* x86_64*"
|
|
build_style=cargo
|
|
short_desc="Virtual Machine Monitor for modern Cloud workloads"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Apache-2.0, BSD-3-Clause"
|
|
homepage="https://github.com/cloud-hypervisor/cloud-hypervisor"
|
|
distfiles="https://github.com/cloud-hypervisor/cloud-hypervisor/archive/v${version}.tar.gz"
|
|
checksum=a41f9925e6c7656aca7f65f019b2ab9a59d3d1aa6444ae18a6f66f5193838902
|
|
|
|
post_install() {
|
|
vbin scripts/ch-trace-visualiser.py ch-trace-visualiser
|
|
|
|
for f in LICENSES/*; do
|
|
vlicense $f
|
|
done
|
|
}
|