1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Guide a worm around a maze"
8 url="https://wiki.gnome.org/Apps/Nibbles"
15 libgnome-games-support
27 _commit=6eb6013344ab720275adadaeede5154e3d2afda2 # tags/3.38.3^0
28 source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit")
33 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
41 arch-meson $pkgname build
42 meson compile -C build
46 meson test -C build --print-errorlogs
50 meson install -C build --destdir "$pkgdir"
53 # vim:set sw=2 sts=-1 et: