1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Access current weather conditions and forecasts"
7 url="https://wiki.gnome.org/Apps/Weather"
24 _commit=120d816ee05a466555a63eb0cad762b960e8f425 # tags/44.0^0
25 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.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: