riso
LOW
maintainer eldios
0 votes
scanned 2026-08-20 17:11:42.006138
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: Emanuele Calo <emanuele.lele.calo@gmail.com>
2
pkgname=riso
3
pkgver=0.3.4
4
pkgrel=1
5
pkgdesc="Modular ricing framework: renders themes into the files a desktop reads"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/eldios/riso"
8
license=('MIT')
9
# git and curl are called at run time to install themes and plugins.
10
depends=('git' 'curl')
11
makedepends=('cargo')
12
# The release tag is PGP-signed; makepkg verifies it before building.
13
validpgpkeys=('AA6BC7743F8F9AD84BBA15C72CCBF4B71EFFDD46')
14
source=("$pkgname::git+$url.git#tag=v$pkgver?signed")
15
sha256sums=('SKIP')
16
17
prepare() {
18
cd "$pkgname"
19
cargo fetch --locked
20
}
21
22
build() {
23
cd "$pkgname"
24
cargo build --release --frozen
25
}
26
27
check() {
28
cd "$pkgname"
29
cargo test --release --frozen
30
}
31
32
package() {
33
cd "$pkgname"
34
install -Dm755 "target/release/riso" "$pkgdir/usr/bin/riso"
35
install -Dm644 "docs/riso.1" "$pkgdir/usr/share/man/man1/riso.1"
36
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37
install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
38
install -Dm644 "NOTICE" "$pkgdir/usr/share/licenses/$pkgname/NOTICE"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |