pam-fprint-grosshack-fork-git

LOW
maintainer necron 0 votes scanned 2026-09-07 13:14:41.036925
View on AUR
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: Hakii <hakii@necron.dev>
2# Contributor: mishakmak <https://gitlab.com/mishakmak/pam-fprint-grosshack>
3pkgname=pam-fprint-grosshack-fork-git
4pkgver=r1.3c67a68
5pkgrel=1
6pkgdesc="Simultaneous fingerprint (fprintd) and password PAM authentication, rebased on fprintd HEAD"
7arch=('x86_64')
8url="https://github.com/LuvHakii/pam-fprint-grosshack"
9license=('GPL-2.0-or-later')
10depends=('fprintd' 'pam' 'systemd-libs')
11makedepends=('git' 'meson')
12provides=('pam-fprint-grosshack')
13conflicts=('pam-fprint-grosshack' 'pam-fprint-grosshack-unlimited-timeout')
14source=("$pkgname::git+https://github.com/LuvHakii/pam-fprint-grosshack.git#branch=grosshack-1.94.x")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/$pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 meson setup "$srcdir/$pkgname" build \
24 --prefix=/usr --buildtype=release
25 meson compile -C build
26}
27
28package() {
29 DESTDIR="$pkgdir" meson install -C build --no-rebuild
30 install -Dm644 "$srcdir/$pkgname/COPYING" \
31 "$pkgdir/usr/share/licenses/$pkgname/COPYING"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 13:14:41 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion