1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=gnome-font-viewer
6 pkgdesc="A font viewer utility for GNOME"
7 url="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
20 _commit=728c5f7af41f855c151bce6b8626072e62943712 # tags/44.0^0
21 source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit")
26 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
30 arch-meson $pkgname build
31 meson compile -C build
35 meson test -C build --print-errorlogs
39 meson install -C build --destdir "$pkgdir"
42 # vim:set sw=2 sts=-1 et: