1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Balló György <ballogyor+arch at gmail dot com>
7 pkgdesc="GTK+ application to generate and let you play games of Hitori"
9 url="https://wiki.gnome.org/Apps/Hitori"
12 makedepends=(yelp-tools appstream-glib git meson)
14 _commit=60d2f0231c2702128c7d569a1c95c2f533080286 # tags/3.38.3^0
15 source=("git+https://gitlab.gnome.org/GNOME/hitori.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 meson install -C build --destdir "$pkgdir"