Initial package release for nvidia-prime

nvidia-prime is a package originating from Arch Linux, containing
the prime-run script, meant to allow DEs, and users in some cases,
to run apps on the NVIDIA GPU exclusively.
This commit is contained in:
Bahar Kurt
2024-10-20 11:33:59 +03:00
parent e9ad88b93d
commit 8653659d96
3 changed files with 58 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
def install():
pisitools.dobin("prime-run")