clck-bin

LOW
maintainer richc 0 votes scanned 2026-09-14 01:15:25.978748
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: 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.
5pkgname=clck-bin
6pkgver=0.1.0
7pkgrel=1
8pkgdesc="Wayland session locker with live kiosk outputs (prebuilt, x86-64-v3)"
9arch=('x86_64')
10url="https://github.com/corbet-labs/clck"
11license=('LicenseRef-FSL-1.1-ALv2')
12depends=('pam' 'wayland' 'libxkbcommon')
13provides=('clck' 'nixlock')
14conflicts=('clck' 'nixlock' 'nixlock-bin')
15source=("https://github.com/corbet-labs/clck/releases/download/v${pkgver}/clck-${pkgver}-x86_64-v3.tar.gz")
16sha256sums=('b3fdefca7653779de1afd93d87256b54799193187a9c853846d2786781ad1d50')
17
18package() {
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)SeverityRules
2026-09-14 01:15:25 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