1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="An IRC Client for GNOME"
7 url="https://wiki.gnome.org/Apps/Polari"
18 telepathy-mission-control
28 _commit=0cf049c1c5704cf5fa0a4b80194860e2c4e433a9 # tags/43.0^0
29 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
34 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
42 arch-meson polari build
43 meson compile -C build
47 meson test -C build --print-errorlogs
51 meson install -C build --destdir "$pkgdir"
54 # vim:set sw=2 sts=-1 et: