| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod git-r3
DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card"
HOMEPAGE="https://github.com/Bumblebee-Project/bbswitch"
EGIT_REPO_URI="https://github.com/Bumblebee-Project/${PN}.git"
SLOT="0"
LICENSE="GPL-3+"
DEPEND="
virtual/linux-sources
sys-kernel/linux-headers
"
MODULE_NAMES="bbswitch(acpi)"
pkg_setup() {
linux-mod_pkg_setup
BUILD_TARGETS="default"
BUILD_PARAMS="KVERSION=${KV_FULL}"
}
src_install() {
insinto /etc/modprobe.d
newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf
dodoc NEWS README.md
linux-mod_src_install
}
virtual/linux-sources sys-kernel/linux-headers