| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GITHUB_USER="fraz0815"
DESCRIPTION="AMD Zen CPU RAPL power meter hwmon driver"
LICENSE="GPL-2"
SLOT="0"
inherit github-pkg linux-mod-r1
CONFIG_CHECK="HWMON PCI AMD_NB"
src_compile() {
local modlist=(zenergy)
local modargs=(KDIR="${KV_OUT_DIR}")
linux-mod-r1_src_compile
}