mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-04 14:36:10 +01:00
wireless-testing: for the bold and the brave
This commit is contained in:
parent
1198700974
commit
b9dffbc4aa
1 changed files with 19 additions and 0 deletions
19
sys-kernel/wireless-testing/wireless-testing-9999.ebuild
Normal file
19
sys-kernel/wireless-testing/wireless-testing-9999.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
CKV="4.19.0_pre"
|
||||
ETYPE="sources"
|
||||
inherit kernel-2 git-r3
|
||||
|
||||
DESCRIPTION="Wireless integration testing tree"
|
||||
HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-testing.git/"
|
||||
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-testing.git"
|
||||
EGIT_CHECKOUT_DIR="linux-wireless-testing"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/linux-${PN}"
|
||||
Loading…
Reference in a new issue