From 6d988bcda851798f5389d32a08aeb24033562d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Tue, 10 Oct 2023 15:34:54 -0600 Subject: [PATCH] net-wireless/rtl88x2bu: Dongle wireless. --- net-wireless/rtl88x2bu/rtl88x2bu-9999.ebuild | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net-wireless/rtl88x2bu/rtl88x2bu-9999.ebuild diff --git a/net-wireless/rtl88x2bu/rtl88x2bu-9999.ebuild b/net-wireless/rtl88x2bu/rtl88x2bu-9999.ebuild new file mode 100644 index 0000000..85f61dd --- /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 +} -- GitLab