mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: cloud-hypervisor-16.0
This commit is contained in:
parent
c9671e2508
commit
74e380d6e7
1 changed files with 17 additions and 0 deletions
17
srcpkgs/cloud-hypervisor/template
Normal file
17
srcpkgs/cloud-hypervisor/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'cloud-hypervisor'
|
||||||
|
pkgname=cloud-hypervisor
|
||||||
|
version=16.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=8fa87f61c561e9a0077d0c741c68f05a894a61aae0497dd2596abd15ea9efc52
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-APACHE
|
||||||
|
vlicense LICENSE-BSD-3-Clause
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue