1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Test your logic skills in this number grid puzzle"
8 url="https://wiki.gnome.org/Apps/Sudoku"
24 _commit=d3c0b46822aba8b512dc389e321648d6833a2c9c # tags/44.0^0
25 source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=$_commit")
30 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
38 arch-meson $pkgname build
39 meson compile -C build
43 meson test -C build --print-errorlogs
47 meson install -C build --destdir "$pkgdir"
50 # vim:set sw=2 sts=-1 et: