summaryrefslogtreecommitdiff
path: root/gobject-introspection/Pkgfile
blob: 596cd45df3be0f90f1b17eacfbcaaeb9c4da3f9e (plain)
    1 # Description: A middleware layer between C libraries (using GObject) and language bindings.
    2 # URL: https://live.gnome.org/GObjectIntrospection
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: glib
    5 
    6 name=gobject-introspection
    7 version=1.64.1
    8 release=1
    9 source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
   10 
   11 build() {
   12 	meson build $name-$version \
   13 		--prefix /usr \
   14 		-D cairo=disabled \
   15 		-D doctool=disabled
   16 
   17 	ninja -C build -j ${JOBS:-1}
   18 	DESTDIR=$PKG meson install -C build
   19 }

Generated by cgit