makedepends=(enchant glib gobject-introspection gtk-doc gtk3 iso-codes
  python-setuptools vala pango)

description="Spell library"
url="http://gnome.org"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=gspell
version=1.14.0
release=3

source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
  meson setup --prefix=/usr \
              --libdir=/usr/lib \
              -Dinstall_tests=false \
              $name-$version \
              build

  ninja -C build
  DESTDIR=$PKG ninja -C build install
}