# Description: A library to delight your users with fancy features # Maintainer: Aaron Ball, nullspoon at oper dot io # URL: https://gitlab.gnome.org/GNOME/libdazzle # Depends on: gtk3 name=libdazzle version=3.44.0 release=2 source=(https://download.gnome.org/sources/${name}/${version%.*}/${name}-${version}.tar.xz) build() { cd ${name}-${version} meson --prefix=/usr . build cd build ninja DESTDIR="${PKG}" ninja install }