OPTIONS=(!debug !lto)
pkgname='tuxedo-reboot-into-grub'
pkgver='1.0.3'
pkgrel='1'
pkgdesc='Reboots the system into the grub menu'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/tuxedo-reboot-into-grub'
license=('GPL-3.0-or-later')
depends=()
optdepends=()
conflicts=()
replaces=()

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

install='.INSTALL'

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