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

pkgname='tuxedo-repository'
pkgver='1.0.2'
pkgrel='1'
pkgdesc='Configuration for automatic setup of TUXEDO package sources'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/tuxedo-repository'
license=('GPL-3.0-or-later')
depends=()
optdepends=()
conflicts=('tuxedo-archive-keyring')
replaces=('tuxedo-archive-keyring')

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

install='.INSTALL'

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