clickr

LOW
maintainer taxin 0 votes scanned 2026-09-18 05:27:27.961366
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: taxin-404 <taxin404@duck.com>
2
3pkgname=clickr
4pkgver=0.1.1
5pkgrel=1
6pkgdesc="Fast, lightweight autoclicker for Linux Wayland with TUI interface"
7arch=('x86_64' 'aarch64')
8url="https://github.com/Wavefire5201/clickr"
9license=('MIT')
10depends=('glibc' 'gcc-libs')
11makedepends=('cargo' 'rust')
12optdepends=('dunst: desktop notifications'
13 'mako: desktop notifications'
14 'swaync: desktop notifications'
15 'libnotify: desktop notifications')
16conflicts=('clickr-git')
17install=clickr.install
18source=("$pkgname-$pkgver.tar.gz::https://github.com/Wavefire5201/clickr/archive/refs/tags/v$pkgver.tar.gz")
19sha256sums=('cd1b7a0aebc499acca597d564c6f5760166cdc91dadf3b579b2af9739c089376')
20
21build() {
22 cd "$pkgname-$pkgver"
23 export RUSTUP_TOOLCHAIN=stable
24 cargo build --release --locked
25}
26
27package() {
28 cd "$pkgname-$pkgver"
29 install -Dm755 "target/release/clickr" "$pkgdir/usr/bin/clickr"
30 install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
31 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 05:27:27 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