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

pkgname='tuxedo-yt6801'
pkgver='1.0.30~tux6'
pkgrel='1'
pkgdesc='A driver for the Motorcomm YT6801 Ethernet controller'
arch=(any)
url='https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801'
license=('GPL-3.0-or-later')
depends=('dkms')
optdepends=()
conflicts=()
replaces=()

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

install='.INSTALL'

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