libfprint-egis0575
LOW
maintainer cosct
0 votes
scanned 2026-09-12 19:12:35.548512
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: cosct <cosct@outlook.com>
2
# EgisTec EH575 (1c7a:0575) experimental driver on current libfprint.
3
# Research project: https://github.com/cosct/fprintdriver
4
pkgname=libfprint-egis0575
5
pkgver=0.2.0
6
pkgrel=1
7
pkgdesc="libfprint with the experimental EgisTec EH575 (1c7a:0575) fingerprint driver (press-snapshot + NCC matcher)"
8
arch=(x86_64)
9
url="https://github.com/cosct/libfprint-egis0575"
10
license=(LGPL-2.1-or-later)
11
depends=(libusb libgusb nss pixman glib2)
12
makedepends=(meson ninja gobject-introspection)
13
provides=(libfprint libfprint-2.so)
14
conflicts=(libfprint libfprint-egis-0575 libfprint-egis0575-experimental)
15
replaces=(libfprint-egis-0575)
16
source=("$pkgname-$pkgver.tar.gz::https://github.com/cosct/libfprint-egis0575/archive/refs/tags/egis0575-v$pkgver.tar.gz")
17
sha256sums=('806c0f11bf883532f506c773eb7afabc5e4e1eeffbe2b6808fc4dff4d9933505')
18
19
build() {
20
arch-meson "$pkgname-egis0575-v$pkgver" build
21
meson compile -C build
22
}
23
24
package() {
25
meson install -C build --destdir "$pkgdir"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 19:12:35 | Low | 1 |