1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Beat the odds in a poker-style dice game"
8 url="https://wiki.gnome.org/Apps/Tali"
11 depends=(gtk3 librsvg libgnome-games-support)
12 makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
15 _commit=b83d78d21d4d556f96490caf2be2cc7a58a2ae11 # tags/40.8^0
16 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit")
21 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
30 meson compile -C build
34 meson test -C build --print-errorlogs
38 meson install -C build --destdir "$pkgdir"