1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Obtain the 2048 tile"
7 url="https://wiki.gnome.org/Apps/2048"
10 depends=(clutter-gtk libgee libgnome-games-support)
11 makedepends=(meson vala yelp-tools appstream-glib git)
12 _commit=82f155f326a9e1973d7283bfa3f7cbb756a9984a # tags/3.38.2^0
13 source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit")
18 git describe --tags | sed 's/-/+/g'
26 arch-meson $pkgname build
27 meson compile -C build
31 meson test -C build --print-errorlogs
35 DESTDIR="$pkgdir" meson install -C build