pkgname: 'python-gobject' pkgver: '3.56.3' pkgrel: '1' pkgdesc: 'provides the links of Python 3 for the class GObject of GLib.' url: 'https://www.gnome.org/' arch: x86_64 license: - 'GPL2.1' depends: - python makedepends: - 'python-cairo' - 'gobject-introspection' - 'xorg-libxxf86vm' - libffi - meson - ninja source: - 'https://download.gnome.org/sources/pygobject/3.56/pygobject-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd pygobject-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ -D python=/usr/bin/python3 ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true