File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Template file for 'cloud-hypervisor'
22pkgname=cloud-hypervisor
3- version=49 .0
3+ version=50 .0
44revision=1
55archs="aarch64* x86_64*"
66build_style=cargo
7+ hostmakedepends="pkg-config"
8+ makedepends="libzstd-devel openssl-devel"
79short_desc="Virtual Machine Monitor for modern Cloud workloads"
810maintainer="Leah Neukirchen <
[email protected] >"
911license="Apache-2.0, BSD-3-Clause"
1012homepage="https://github.com/cloud-hypervisor/cloud-hypervisor"
1113distfiles="https://github.com/cloud-hypervisor/cloud-hypervisor/archive/v${version}.tar.gz"
12- checksum=1131373ad38d1472efdf13f35208a9792564bb5fc7201a279643643386f83428
14+ checksum=19bfef37076bc8144ad45c54c65aa2b28b22426f1ffddd69118ff663b35f8d7b
1315
14- post_install() {
16+ do_install() {
17+ for f in cloud-hypervisor ch-remote; do
18+ for b in target/*/release/$f; do
19+ vbin $b
20+ done
21+ done
1522 vbin scripts/ch-trace-visualiser.py ch-trace-visualiser
1623
1724 for f in LICENSES/*; do
You can’t perform that action at this time.
0 commit comments