1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
5 pkgver=3.38.1+r57+gd147e1a
7 pkgdesc="Dominate the board in a classic version of Reversi"
8 url="https://wiki.gnome.org/Apps/Iagno"
11 depends=(gtk3 gsound librsvg)
12 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
14 _commit=d147e1a30189716d654e9b9e9aba2112d35b7dc6 # master
15 source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;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"
40 # vim:set sw=2 sts=-1 et: