pkgname=libwacom pkgver=2.14.0 pkgrel=1 pkgdesc="Library to identify Wacom tablets and their features" arch=('x86_64') url="https://github.com/linuxwacom/libwacom/wiki" license=('MIT') depends=('glib2' 'libevdev' 'libgudev' 'glibc') makedepends=('libxml2' 'meson') source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz) sha256sums=(5900b3ad3d780e1b864103ace99cace9470db727a162517e1648c86a1bdec0e3) build() { cd ${pkgname}-${pkgver} local meson_args=( -Dtests=disabled ) ${meson_options} ${meson_args[@]} ${meson_build} } package() { cd ${pkgname}-${pkgver} ${meson_install} ${pkgdir} }