pkgname: libgusb pkgver: '0.4.9' pkgrel: '2' pkgdesc: 'The libgusb package contains the GObject wrappers for libusb-1.0' url: 'https://gitorious.org/gusb/' arch: x86_64 license: - 'LGPL2.1' depends: [] makedepends: - ninja - meson - libusb - gperf - glib - 'json-glib' - 'gobject-introspection' - libgudev - vala source: - 'https://github.com/hughsie/libgusb/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build && cd build && meson setup .. \ --prefix=/usr \ --buildtype=release \ -Ddocs=false ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true