# Description: Common build files of the C++ bindings. # URL: https://gtkmm.org/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: meson ninja name=mm-common version=1.0.1 release=1 source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { meson setup build $name-$version --prefix=/usr ninja -j ${JOBS-1} -C build DESTDIR=$PKG meson install -C build rm -r $PKG/usr/share/doc }