1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-calculator
7 pkgdesc="GNOME Scientific calculator"
8 url="https://wiki.gnome.org/Apps/Calculator"
32 _commit=2fc61459192ffa7ad91acdbafb4d692a20743bca # tags/44.0^0
33 source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit")
38 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
42 arch-meson $pkgname 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: