1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Complete the puzzle by matching numbered tiles"
8 url="https://wiki.gnome.org/Apps/Tetravex"
12 makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
14 _commit=76c564d4cd5aaaf3e2eea89d538358070b019753 # tags/3.38.2^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build -D build_cli=true
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 DESTDIR="$pkgdir" meson install -C build