sys-fs/xva-img - 1.5 (guru)

Search

Install

Install this version:

emerge -a =sys-fs/xva-img-1.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-fs/xva-img-1.5

Or alternatively:

emerge --autounmask-write -a =sys-fs/xva-img-1.5

Package Information

Description:
XVA virtual disk tool, supports exporting XVA to RAW.
Homepage:
https://github.com/eriklax/xva-img
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="XVA virtual disk tool, supports exporting XVA to RAW."
HOMEPAGE="https://github.com/eriklax/xva-img"
SRC_URI="https://github.com/eriklax/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
dev-libs/xxhash
dev-libs/openssl:=
"
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-libs/xxhash
dev-libs/openssl:=

RDEPEND

dev-libs/xxhash
dev-libs/openssl:=

Manifest for 1.5

Type File Size Source URLs
DIST xva-img-1.5.tar.gz 15073 bytes https://github.com/eriklax/xva-img/archive/refs/tags/1.5.tar.gz