1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="A simple GNOME 3 maps application"
8 url="https://wiki.gnome.org/Apps/Maps"
29 _commit=20b36fbecf72db923dd5b1d7c8543c7989702137 # tags/v44.1^0
30 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
35 git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
43 arch-meson $pkgname build
44 meson compile -C build
48 meson test -C build --print-errorlogs
52 meson install -C build --destdir "$pkgdir"
55 # vim:set sw=2 sts=-1 et: