Files
guru/net-wireless/rtl8821cu/rtl8821cu-0_pre20240821.ebuild
Aleksandr Batyuk 6bf2f8c522 net-wireless/rtl8821cu: Add support kernel 6.11
Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
2024-09-07 20:35:50 +06:00

26 lines
644 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit linux-mod-r1
MY_PN="8821cu-20210916"
COMMIT="1597dfeda6cefd2e603fc7020ceca226d05fb108"
DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel"
HOMEPAGE="https://github.com/morrownr/8821cu-20210916"
SRC_URI="https://github.com/morrownr/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT=0
KEYWORDS="~amd64 ~x86"
src_compile() {
linux-mod-r1_pkg_setup
local modlist=( 8821cu=net/wireless )
local modargs=( KSRC="${KV_OUT_DIR}" )
linux-mod-r1_src_compile
}