blob: 1b20f86f729508edc57a5e75fcd5b74503c59de3 (
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
|
# Copyright 2016-2020 Redcore Linux Project
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
DESCRIPTION="NVIDIA Prime Render Offload configuration and utilities"
HOMEPAGE="https://redcorelinux.org"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
RDEPEND=""
S="${FILESDIR}"
src_install() {
dobin prime-run
insinto /usr/share/X11/xorg.conf.d
newins nvidia-prime.conf 60-nvidia-prime.conf
}
|