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