cloud-hypervisor: package ch-trace-visualiser script.
This commit is contained in:
parent
5ad54ec4cc
commit
c9b1697a71
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cloud-hypervisor'
|
# Template file for 'cloud-hypervisor'
|
||||||
pkgname=cloud-hypervisor
|
pkgname=cloud-hypervisor
|
||||||
version=27.0
|
version=27.0
|
||||||
revision=1
|
revision=2
|
||||||
archs="aarch64* x86_64*"
|
archs="aarch64* x86_64*"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Virtual Machine Monitor for modern Cloud workloads"
|
short_desc="Virtual Machine Monitor for modern Cloud workloads"
|
||||||
|
@ -12,6 +12,8 @@ distfiles="https://github.com/cloud-hypervisor/cloud-hypervisor/archive/v${versi
|
||||||
checksum=e4dada4829398d29de6b7dfd57bf0171618b1ffee05daf9dbb7808e0781152e3
|
checksum=e4dada4829398d29de6b7dfd57bf0171618b1ffee05daf9dbb7808e0781152e3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vbin scripts/ch-trace-visualiser.py ch-trace-visualiser
|
||||||
|
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
vlicense LICENSE-BSD-3-Clause
|
vlicense LICENSE-BSD-3-Clause
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue