# Maintainer: s3rius pkgname=auto-tablet pkgver=0.0.1 pkgrel=2 pkgdesc="Automatic tablet mode" arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') url="https://gitea.le-memese.com/s3rius/auto-tablet" license=('GPL') options=(!emptydirs) depends=(libinput) makedepends=( 'cmake' 'make' 'clang' ) build() { cd "$startdir/" cmake . make install } package() { install -Dm 755 "$startdir/bin/autotablet" -t "$pkgdir/usr/bin" }