pkgname='tuxedo-runtime'
pkgver='1.0.0'
pkgrel='1'
pkgdesc='This is a script to test the runtime of e.g. a notebook in battery mode.'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages-intern/runtime.sh'
license=('GPL-3.0-or-later')
options=(!debug !lto) # No debug or LTO packages
depends=('xautomation' 'xterm')

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

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