1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Play the classic two-player boardgame of chess"
8 url="https://wiki.gnome.org/Apps/Chess"
23 optdepends=('gnuchess: Play against computer')
25 _commit=de47d07ec6fc828b2668ca6ee59fe9bdfa9dc1d6 # tags/43.2^0
26 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit")
31 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
39 arch-meson $pkgname build
40 meson compile -C build
44 meson test -C build --print-errorlogs
48 meson install -C build --destdir "$pkgdir"
51 # vim:set sw=2 sts=-1 et: