sys-process/uksmd - 6.12.2 (gentoo)

Search

Package Information

Description:
Userspace KSM helper daemon
Homepage:
https://codeberg.org/pf-kernel/uksmd
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
6.12.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit linux-info meson

DESCRIPTION="Userspace KSM helper daemon"
HOMEPAGE="https://codeberg.org/pf-kernel/uksmd"
SRC_URI="https://codeberg.org/pf-kernel/uksmd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="systemd"

DEPEND="
	sys-libs/libcap-ng
	>=sys-process/procps-4.0.5:=
	systemd? ( sys-apps/systemd:= )
"
RDEPEND="${DEPEND}"

CONFIG_CHECK="~KSM"

src_configure() {
	local emesonargs=(
		$(meson_feature systemd)
	)

	meson_src_configure
}

src_install() {
	meson_src_install

	newinitd "${FILESDIR}/uksmd.init" uksmd
}

USE Flags

Dependencies

DEPEND

	sys-libs/libcap-ng
	>=sys-process/procps-4.0.5:=
	systemd? ( sys-apps/systemd:= )

RDEPEND

	sys-libs/libcap-ng
	>=sys-process/procps-4.0.5:=
	systemd? ( sys-apps/systemd:= )

Manifest for 6.12.2

Type File Size Source URLs
DIST uksmd-6.12.2.tar.gz 16952 bytes https://codeberg.org/pf-kernel/uksmd/archive/v6.12.2.tar.gz