mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
sys-power/nvidia-exec: new package, add 9999
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
8
sys-power/nvidia-exec/metadata.xml
Normal file
8
sys-power/nvidia-exec/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">pedro00dk/nvidia-exec</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
|
|
||||||
31
sys-power/nvidia-exec/nvidia-exec-9999.ebuild
Normal file
31
sys-power/nvidia-exec/nvidia-exec-9999.ebuild
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{9..12} )
|
||||||
|
|
||||||
|
inherit git-r3 systemd
|
||||||
|
|
||||||
|
EGIT_REPO_URI="https://github.com/pedro00dk/nvidia-exec.git"
|
||||||
|
|
||||||
|
DESCRIPTION="Lenovo Legion Linux kernel module"
|
||||||
|
HOMEPAGE="https://github.com/pedro00dk/nvidia-exec"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin "${WORKDIR}/${P}/nvx"
|
||||||
|
insinto /usr/lib/systemd/system-sleep
|
||||||
|
doins "${WORKDIR}/${P}/nvx-suspend-restore"
|
||||||
|
systemd_dounit "${WORKDIR}/${P}/nvx.service"
|
||||||
|
insinto /usr/lib/modprobe.d
|
||||||
|
newins "${WORKDIR}/${P}/modprobe.conf" nvx.conf
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
ewarn "Don't forget to reload dbus to enable \"nvx\" service, \
|
||||||
|
by runnning:\n \`systemctl daemon-reload && systemctl enable --now nvx\`\n"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user