1 # # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
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)
15 _commit=3cf5c431460ff812bc4af59e41772aa7dbe4e68f # tags/3.32.3^0
16 source=("git+https://gitlab.gnome.org/GNOME/five-or-more.git#commit=$_commit")
21 git describe --tags | sed 's/-/+/g'
29 arch-meson $pkgname build
30 meson compile -C build
34 meson test -C build --print-errorlogs
38 meson install -C build --destdir "$pkgdir"