summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1f922dac2af5019ccf5577f8d6e832cc0f5c7307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Helmut Stult <hst[at]e-mail[dot]de>

pkgname=nemo-run-with-nvidia-prime-run
pkgver=1.0.0
pkgrel=2
pkgdesc="Nemo action to run a program with prime-run for nvidia-GPUs"
arch=('any')
url="https://github.com/schinfo/${pkgname}"
license=('GPL2')
source=("https://github.com/schinfo/nemo-run-with-nvidia-prime-run/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('cf039c3d2f65e420758c7edb979c90863d39171c808cf6ae2442260ef51a0cec')
depends=('nemo')

package() {
	install -Dm0644 "${srcdir}/${pkgname}-${pkgver}/usr/share/nemo/actions/run-with-nvidia-prime-run.nemo_action" "$pkgdir/usr/share/nemo/actions/${pkgname}.nemo_action"
}