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