| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.7 | 8 | ~amd64 ~x86 | 0 |
# 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
}
sys-libs/libcap-ng >=sys-process/procps-4:=
sys-libs/libcap-ng >=sys-process/procps-4:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v1.2.7.tar.gz | 19382 bytes | https://github.com/CachyOS/uksmd/archive/v1.2.7.tar.gz |