riso-bin
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-bin
3
pkgver=0.3.4
4
pkgrel=1
5
pkgdesc="Modular ricing framework: renders themes into the files a desktop reads (prebuilt binary)"
6
arch=('x86_64')
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=('glibc' 'gcc-libs' 'git' 'curl')
11
provides=('riso')
12
conflicts=('riso')
13
source=("riso-v$pkgver-x86_64-linux.tar.gz::$url/releases/download/v$pkgver/riso-v$pkgver-x86_64-linux.tar.gz"
14
"riso-$pkgver.1::https://raw.githubusercontent.com/eldios/riso/v$pkgver/docs/riso.1"
15
"LICENSE-$pkgver::https://raw.githubusercontent.com/eldios/riso/v$pkgver/LICENSE"
16
"NOTICE-$pkgver::https://raw.githubusercontent.com/eldios/riso/v$pkgver/NOTICE"
17
"README-$pkgver.md::https://raw.githubusercontent.com/eldios/riso/v$pkgver/README.md")
18
sha256sums=('5384b476e3fc686928a0b4de05eeff7290fe280077dc66ef47aedf240eedeea0'
19
'ba64280f29e59ff1e9c05c25b475be7e472bb85b98cb0926904ad1f262b29c6e'
20
'331b3d7b3a298f2799578f09fafc3563a9d43d59b4771f4ed0cd7fba7a7534db'
21
'74f2cb0bc2de3036dc9099d8f45ea855eae4173c311bdcbd0f6a2a162d6cab1c'
22
'4318acc4b50463e07bf288c7e4ef66a9c78978e9d131d783fd111018de757c30')
23
24
package() {
25
install -Dm755 riso "$pkgdir/usr/bin/riso"
26
install -Dm644 "riso-$pkgver.1" "$pkgdir/usr/share/man/man1/riso.1"
27
install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
install -Dm644 "NOTICE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/NOTICE"
29
install -Dm644 "README-$pkgver.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |