options=(!debug !lto) # No debug or LTO packages

pkgname='tuxedo-fix-copy-fail'
pkgver='1.0.0'
pkgrel='1'
pkgdesc='Prevent exploitation of copy fail kernel vulnerability'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/fixes/tuxedo-fix-amdgpu-disable-psr'
license=('GPL-3.0-or-later')
depends=()
optdepends=()
conflicts=()
replaces=()

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

install='.INSTALL'

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