pkgname: libspelling pkgver: '0.4.10' pkgrel: '1' pkgdesc: 'Spellcheck library for GTK 4' url: 'https://gitlab.gnome.org/GNOME/libspelling' arch: x86_64 license: - 'LGPL2.1' depends: [] makedepends: - 'gi-docgen' - enchant - vala - 'gobject-introspection' - gtk4 - gtksourceview5 - icu - pango - sysprof source: - 'https://gitlab.gnome.org/GNOME/libspelling/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ --buildtype=release ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true