pkgname='tuxedo-board-nh5xax'
pkgver='1.0.0'
pkgrel='1'
pkgdesc='Meta-package for NH5xAx (XA15 Gen10)'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/boards/tuxedo-board-nh5xax'
license=('GPL-3.0-or-later')
depends=()
optdepends=('tuxedo-fix-xa15-core')

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

install='.INSTALL'

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