makedepends=(python-cairo gobject-introspection xorg-libxxf86vm python-setuptools)
run=(python)

description="provides the links of Python 3 for the class GObject of GLib."
url="http://www.gnome.org/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=python-gobject
version=3.56.2
release=1

source=(https://download.gnome.org/sources/pygobject/${version%.*}/pygobject-$version.tar.gz)

build() {

  mkdir build && cd build

  meson --prefix=/usr \
        --libdir=/usr/lib \
        -D python=/usr/bin/python3 \
        ../pygobject-$version

  ninja
  DESTDIR=$PKG ninja install

}
