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