1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Tom Gundersen <teg@jklm.no>
3 # Contributor: Thomas Baechler <thomas@archlinux.org>
8 pkgdesc="Library for fingerprint readers"
9 url="https://fprint.freedesktop.org/"
12 depends=(libgusb pixman nss systemd libgudev)
13 makedepends=(git meson gtk-doc gobject-introspection)
15 provides=(libfprint-2.so)
18 _commit=86961a9429d589c387da37351fd6b4ff3caf67ea # tags/v1.94.5^0
19 source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
24 git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
32 arch-meson $pkgname build
33 meson compile -C build
37 meson test -C build --print-errorlogs
41 meson install -C build --destdir "$pkgdir"
44 # vim:set sw=2 sts=-1 et: