1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Remove colored balls from the board by forming lines"
8 url="https://wiki.gnome.org/Apps/Five%20or%20more"
11 depends=(gtk3 librsvg libgnome-games-support)
12 makedepends=(gobject-introspection yelp-tools appstream-glib git meson vala)
14 _commit=8bca9324f02f650e5d8e7206d55e5aaf9c46e28f # tags/3.32.2^0
15 source=("git+https://gitlab.gnome.org/GNOME/five-or-more.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build
33 meson test -C build --print-errorlogs
37 DESTDIR="$pkgdir" meson install -C build