sys-block/vdo - 8.3.2.1 (gentoo)

Search

Package Information

Description:
Userspace tools for managing VDO volumes.
Homepage:
https://github.com/dm-vdo/vdo
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="Userspace tools for managing VDO volumes."
HOMEPAGE="https://github.com/dm-vdo/vdo"
SRC_URI="https://github.com/dm-vdo/vdo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

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

# libdevmapper.h & more
DEPEND="
	sys-fs/lvm2
	sys-apps/util-linux
"
RDEPEND="
	${DEPEND}
	virtual/libudev:=
"
BDEPEND="
	virtual/pkgconfig
"

src_install() {
	emake install \
		DESTDIR="${D}" \
		bindir=/usr/bin \
		mandir=/usr/share/man
	mv "${D}"/usr/share/doc/{vdo,"${P}"}
}

Dependencies

DEPEND

	sys-fs/lvm2
	sys-apps/util-linux

RDEPEND

	
	sys-fs/lvm2
	sys-apps/util-linux

	virtual/libudev:=

BDEPEND

	virtual/pkgconfig

Manifest for 8.3.2.1

Type File Size Source URLs
DIST vdo-8.3.2.1.tar.gz 243029 bytes https://github.com/dm-vdo/vdo/archive/refs/tags/8.3.2.1.tar.gz