From 93d0bbd7df69c2081c2b2347ea6c88b8e967d537 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Apr 2023 23:56:27 +0100 Subject: gentoo auto-resync : 18:04:2023 - 23:56:26 --- .../cloud-hypervisor/cloud-hypervisor-9999.ebuild | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild (limited to 'app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild') diff --git a/app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild b/app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild new file mode 100644 index 000000000000..0a16a6d61d60 --- /dev/null +++ b/app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Auto-Generated by cargo-ebuild 0.5.4 + +EAPI=8 + +inherit cargo git-r3 + +DESCRIPTION="Open source Virtual Machine Monitor (VMM) that runs on top of KVM" +HOMEPAGE="https://www.cloudhypervisor.org" +EGIT_REPO_URI="https://github.com/cloud-hypervisor/cloud-hypervisor.git" + +LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" +SLOT="0" + +# rust does not use *FLAGS from make.conf, silence portage warning +# update with proper path to binaries this crate installs, omit leading / +QA_FLAGS_IGNORED="usr/bin/${PN}" + +src_unpack() { + git-r3_src_unpack + cargo_live_src_unpack +} + +src_prepare() { + default + sed -i 's/strip = true/strip = false/' Cargo.toml || die +} + +src_configure() { + cargo_gen_config + cargo_src_configure --frozen +} + +src_install() { + cargo_src_install + dodoc -r docs +} -- cgit v1.2.3