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"
8 url="https://wiki.gnome.org/Apps/Hitori"
19 _commit=53db1397d6a711862023d7a3070e785235a98c87 # tags/44.0^0
20 source=("git+https://gitlab.gnome.org/GNOME/hitori.git#commit=$_commit")
25 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
33 arch-meson hitori build
34 meson compile -C build
38 meson test -C build --print-errorlogs
42 meson install -C build --destdir "$pkgdir"
45 # vim:set sw=2 sts=-1 et: