niri-scratchpad-rs

LOW
maintainer itsme 1 votes scanned 2026-08-22 17:18:20.171967
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: Sergey Kanafyev <sergeykanafyev@gmail.com>
2# Automation: https://github.com/its-me/aur.niri-scratchpad-rs
3
4pkgname=niri-scratchpad-rs
5pkgver=2.1
6pkgrel=1
7pkgdesc="Dynamic & Static Scratchpad Management for Niri"
8arch=('x86_64' 'aarch64')
9url="https://github.com/argosnothing/niri-scratchpad-rs"
10license=('GPL-3.0-or-later')
11makedepends=('cargo')
12provides=('niri-scratchpad')
13conflicts=('niri-scratchpad' 'niri-scratchpad-rs-git')
14options=('!lto' '!debug')
15source=("${pkgname}-${pkgver}.tar.gz::https://github.com/argosnothing/niri-scratchpad-rs/archive/refs/tags/${pkgver}.tar.gz")
16sha256sums=('4169ceb063eed0d8047b00608fc76da0ba4255b67af62713456ccc5cc7501a9a')
17
18prepare() {
19 cd "${pkgname}-${pkgver}"
20 export RUSTUP_TOOLCHAIN=stable
21 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
22}
23
24build() {
25 cd "${pkgname}-${pkgver}"
26 export RUSTUP_TOOLCHAIN=stable
27 export CARGO_TARGET_DIR=target
28 cargo build --frozen --release
29}
30
31package() {
32 cd "${pkgname}-${pkgver}"
33 install -Dm755 "target/release/niri-scratchpad" "${pkgdir}/usr/bin/niri-scratchpad"
34 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 17:18:20 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