1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-characters
7 pkgdesc="A character map application"
8 url="https://gitlab.gnome.org/GNOME/gnome-characters"
27 _commit=9bbbe9fc4d62f1d7a642d504beb48df79b2e7ab5 # tags/44.0^0
28 source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.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: