riso

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