pkgname='tuxedo-fix-cuda-suspend'
pkgver='1.0.2'
pkgrel='1'
pkgdesc='Fixes the availability of cuda after suspend with Nvidia 570 and 580 drivers'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/fixes/tuxedo-fix-cuda-suspend'
license=('GPL-3.0-or-later')
depends=('grub')

source=('files.tar.gz')
sha512sums=('SKIP')

install='pkg.install'

package() {
  cp -r  ${srcdir}/files/* ${pkgdir}/
}
