🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: libwacom
pkgver: '2.19.1'
pkgrel: '1'
pkgdesc: 'Library to identify Wacom tablets and their features'
url: 'https://github.com/linuxwacom/libwacom'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- meson
- ninja
- glib
- libgudev
- libevdev
source:
- 'https://github.com/linuxwacom/libwacom.git'
sha256sums:
- SKIP
build: |
cd libwacom
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir -Dtests=disabled
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
cd libwacom
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING