opt/gobject-introspection/Pkgfile
2019-05-19 01:57:01 +10:00

22 lines
535 B
Plaintext

# Description: A middleware layer between C libraries (using GObject) and language bindings.
# URL: https://live.gnome.org/GObjectIntrospection
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib
name=gobject-introspection
version=1.60.1
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
build() {
cd $name-$version
meson build \
--prefix /usr \
-D gtk_doc=false \
-D doctool=false
ninja -C build -j ${JOBS:-1}
DESTDIR="$PKG" ninja -C build install
}