# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com> pkgname=sums-git pkgver=0.8.r5.g783ef87 pkgrel=2 pkgdesc="Sums is a simple GTK postfix calculator that adheres to GNOME's human-interface guidelines" arch=('x86_64') url="https://gitlab.com/leesonwai/sums" license=('GPL3') depends=('libadwaita' 'mpfr') makedepends=('git' 'meson' 'gobject-introspection') checkdepends=('appstream-glib') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=(git+$url.git) b2sums=('SKIP') pkgver() { cd "${pkgname%-git}" git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } build() { arch-meson "${pkgname%-git}" build meson compile -C build } check() { meson test -C build --print-errorlogs || : } package() { meson install -C build --destdir "$pkgdir" }