diff options
Diffstat (limited to 'net-wireless/rtl8821ce/rtl8821ce-0_pre20200224.ebuild')
-rw-r--r-- | net-wireless/rtl8821ce/rtl8821ce-0_pre20200224.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-wireless/rtl8821ce/rtl8821ce-0_pre20200224.ebuild b/net-wireless/rtl8821ce/rtl8821ce-0_pre20200224.ebuild new file mode 100644 index 000000000..b1bec83cf --- /dev/null +++ b/net-wireless/rtl8821ce/rtl8821ce-0_pre20200224.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit linux-mod + +COMMIT="df0c98c00d27508381eb280d568602bd85cd8f69" + +DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel" +HOMEPAGE="https://github.com/tomaspinho/rtl8821ce" +SRC_URI="https://github.com/tomaspinho/rtl8821ce/archive/${COMMIT}.tar.gz -> rtl8821ce-${PV}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +DEPEND="virtual/linux-sources" + +S="${WORKDIR}/rtl8821ce-${COMMIT}" + +MODULE_NAMES="8821ce(net/wireless)" +BUILD_TARGETS="all" |