# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit linux-mod-r1 DESCRIPTION="Kernel module for the embedded controller of MSI laptops." HOMEPAGE="https://github.com/BeardOverflow/msi-ec" SHA="6feed4617bafc9f6911f122395ab148e6e717389" SRC_URI="https://github.com/BeardOverflow/msi-ec/archive/${SHA}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-${SHA}" src_compile() { local modlist=( "${PN}" ) local modargs=( clean modules ) linux-mod-r1_src_compile }