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

pkgname='test-automation-suite'
pkgver='2.0.1'
pkgrel='1'
pkgdesc='Test automation suite for TUXEDO hard- and software'
arch=(x86_64)
url='https://gitlab.com/tuxedocomputers/development/test-automation/test-automation-suite'
license=('GPL-3.0-or-later')
depends=('python3' 'python3-venv' 'python3-dev' 'bluez' 'scrot' 'xfce4-screenshooter' 'kde-spectacle' 'gnome-screenshot' 'stress-ng' 'grim' 'flameshot' 'curl' 'expect' 'python')
optdepends=()
conflicts=()
replaces=()

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

install='.INSTALL'

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