sys-process/uksmd - 1.2.7 (CachyOS-kernels)

Search

Package Information

Description:
Userspace KSM helper daemon
Homepage:
https://github.com/CachyOS/uksmd
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2.7 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3

EAPI=8

inherit linux-info meson systemd

DESCRIPTION="Userspace KSM helper daemon"
HOMEPAGE="https://github.com/CachyOS/uksmd"
SRC_URI="https://github.com/CachyOS/uksmd/archive/v${PV}.tar.gz"

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

DEPEND="sys-libs/libcap-ng
	>=sys-process/procps-4:="
RDEPEND="${DEPEND}"

CONFIG_CHECK="~KSM"

S="${WORKDIR}/uksmd-${PV}"


src_install() {
	meson_src_install

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

Dependencies

DEPEND

sys-libs/libcap-ng
	>=sys-process/procps-4:=

RDEPEND

sys-libs/libcap-ng
	>=sys-process/procps-4:=

Manifest for 1.2.7

Type File Size Source URLs
DIST v1.2.7.tar.gz 19382 bytes https://github.com/CachyOS/uksmd/archive/v1.2.7.tar.gz