🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: libmanette
pkgver: '0.2.13'
pkgrel: '1'
pkgdesc: 'Simple GObject game controller library'
url: 'https://wiki.gnome.org/Apps/Games'
arch: x86_64
depends: []
makedepends:
- meson
- ninja
- vala
- libevdev
- libgudev
- 'gobject-introspection'
- hidapi
source:
- 'https://download.gnome.org/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libmanette-0.2.13 builddir
meson compile -C builddir
package: |
DESTDIR="${PKGDIR}" meson install -C builddir