# Maintainer: Kevin Del Castillo R. pkgname=nvman pkgver=1.3.2 pkgrel=1 pkgdesc="NVIDIA Manager for Optimus/Bumblebee" arch=('any') url=https://github.com/quebin31/nvman license=('GPL') depends=('bumblebee' 'primus' 'optimus-manager>=1.1') optdepends=() conflicts=() options=() install=$pkgname.install source=("https://github.com/quebin31/$pkgname/archive/$pkgver.tar.gz") sha256sums=(0ed4402e5463d89f25459900cec53e238959c7e99e275aea92ae333bd30fc6a5) package() { cd "$pkgname-$pkgver" mkdir -p "$pkgdir/usr/bin/" mkdir -p "$pkgdir/usr/lib/systemd/system/" mkdir -p "$pkgdir/etc/nvman/" install $pkgname "$pkgdir/usr/bin/" cp "$pkgname.service" "$pkgdir/usr/lib/systemd/system/" cp config "$pkgdir/etc/nvman/" }