1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Thomas Dziedzic < gostrc at gmail >
3 # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
4 # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
9 pkgdesc="Simple scanning utility"
10 url="https://gitlab.gnome.org/GNOME/simple-scan"
14 depends=(sane dconf gtk3 colord-sane libgusb libhandy)
15 makedepends=(yelp-tools meson vala git)
16 _commit=a7add634a357caf31e08631d63c29f1d63340934 # tags/42.5^0
17 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
22 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
30 arch-meson $pkgname build
31 meson compile -C build
35 meson test -C build --print-errorlogs
39 meson install -C build --destdir "$pkgdir"
42 # vim:set sw=2 sts=-1 et: