OPTIONS=(!debug !lto)
pkgname='tuxedo-fix-krackan-point-usb4-suspend'
pkgver='1.0.2'
pkgrel='1'
pkgdesc='Workaround for suspend problems with krackan point USB4 suspend.'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/fixes/tuxedo-fix-krackan-point-usb4-suspend'
license=('GPL-3.0-or-later')
depends=('grub')
optdepends=()
conflicts=()

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

install='.INSTALL'

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