diff --git a/net-wireless/rtl88x2bu/rtl88x2bu-9999.ebuild b/net-wireless/rtl88x2bu/rtl88x2bu-9999.ebuild new file mode 100644 index 0000000000000000000000000000000000000000..85f61ddd88680526e7577a084ca51aa5acf0ad1a --- /dev/null +++ b/net-wireless/rtl88x2bu/rtl88x2bu-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit git-r3 linux-mod-r1 + +DESCRIPTION="REALTEK RTL88x2B USB Linux Driver" +HOMEPAGE="https://github.com/RinCat/RTL88x2BU-Linux-Driver" +EGIT_REPO_URI="https://github.com/RinCat/RTL88x2BU-Linux-Driver.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" + +DEPEND="virtual/linux-sources" +RDEPEND="" + +src_compile() { + local modlist=( 88x2bu ) + linux-mod-r1_src_compile +}