pkgname=gobject-introspection pkgver=1.82.0 _pkgver=1.82 pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="https://wiki.gnome.org/Projects/GObjectIntrospection" arch=('x86_64') license=('LGPL' 'GPL') depends=('libffi' 'glib2' 'python3') makedepends=('cairo' 'meson' 'ninja') options=('!libtool') source=("https://ftp.gnome.org/pub/gnome/sources/${pkgname}/${_pkgver}/${pkgname}-${pkgver}.tar.xz") sha256sums=('0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09') build() { mkdir -p build cd build meson setup ../${pkgname}-${pkgver} \ --prefix=/usr \ --buildtype=release \ -D python=python3 ninja } package() { cd build DESTDIR=${pkgdir} ninja install }