pkgname: graphene pkgver: '1.10.8' pkgrel: '2' pkgdesc: 'A thin layer of graphic data types' url: 'https://ebassi.github.io/graphene/' arch: x86_64 depends: [] makedepends: - 'gtk-doc' - 'gobject-introspection' - meson - ninja source: - 'https://github.com/ebassi/${pkgname}/archive/refs/tags/${pkgver}.tar.gz' sha256sums: - SKIP build: | meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true graphene-1.10.8 builddir meson compile -C builddir package: | DESTDIR="${PKGDIR}" meson install -C builddir