OPTIONS=(!debug !lto)
pkgname='tuxedo-tomte-light'
pkgver='0.2.0'
pkgrel='1'
pkgdesc='Little helper service for updates and fixes for TUXEDO devices'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/tuxedo-tomte-light'
license=('GPL-3.0-or-later')
depends=('python' 'python-pyaml' 'systemd')
optdepends=()
conflicts=()

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

install='.INSTALL'

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