clck-bin
LOW
maintainer richc
0 votes
scanned 2026-09-14 01:15:25.978748
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: Julian Y. Richard Corbet (julian-corbet on GitHub)
2
# Prebuilt with RUSTFLAGS="-C target-cpu=x86-64-v3" -- targets x86-64-v3 microarchitecture
3
# (Haswell/Excavator and newer). Links the SYSTEM libpam (required for the unlock path),
4
# so this package is Arch-native rather than a static/musl build.
5
pkgname=clck-bin
6
pkgver=0.1.0
7
pkgrel=1
8
pkgdesc="Wayland session locker with live kiosk outputs (prebuilt, x86-64-v3)"
9
arch=('x86_64')
10
url="https://github.com/corbet-labs/clck"
11
license=('LicenseRef-FSL-1.1-ALv2')
12
depends=('pam' 'wayland' 'libxkbcommon')
13
provides=('clck' 'nixlock')
14
conflicts=('clck' 'nixlock' 'nixlock-bin')
15
source=("https://github.com/corbet-labs/clck/releases/download/v${pkgver}/clck-${pkgver}-x86_64-v3.tar.gz")
16
sha256sums=('b3fdefca7653779de1afd93d87256b54799193187a9c853846d2786781ad1d50')
17
18
package() {
19
install -Dm755 clck "$pkgdir/usr/bin/clck"
20
# Compat: the fleet's idle/lock wiring invokes the bare name `nixlock` until the
21
# binary-rename deploy step lands. Removable once lockCommand moves to `clck`.
22
ln -s clck "$pkgdir/usr/bin/nixlock"
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 01:15:25 | Low | 1 |