blob: 782e42a2c477111099d7a7a67fc8093520b7c876 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils
DESCRIPTION="Realtek RTL8821CU USB Wi-Fi adapter driver for Linux "
HOMEPAGE="https://github.com/brektrou/rtl8821CU"
SRC_URI=""
LICENSE="GPL-2"
KEYWORDS="amd64"
RESTRICT="mirror"
SLOT="0"
DEPEND="~sys-kernel/${PN}-dkms-${PV}"
RDEPEND="${DEPEND}"
S=${WORKDIR}
src_install() {
:
}
|