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

pkgname='tuxedo-tomte-light'
pkgver='1.0.0'
pkgrel='1'
pkgdesc='Little helper service for updates and fixes for TUXEDO devices'
arch=(x86_64)
url='https://gitlab.com/tuxedocomputers/development/packages/tuxedo-tomte-light'
license=('GPL-3.0-or-later')
depends=('tuxedo-repository' 'python' 'systemd')
optdepends=('tuxedo-suite')
conflicts=()
replaces=()

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

install='.INSTALL'

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