raind-bin
LOW
maintainer rokuroo
0 votes
scanned 2026-09-01 15:48:43.798595
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: rokuroo171 <mrakkakhairilazwar@gmail.com>
2
pkgname=raind-bin
3
pkgver=0.3.0
4
pkgrel=1
5
pkgdesc="Terminal weather screensaver with four modes: rain, thunder, snow, meteor (prebuilt binary)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/rokuroo171/raind"
8
license=('MIT')
9
provides=('raind')
10
conflicts=('raind')
11
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::https://github.com/rokuroo171/raind/releases/download/v$pkgver/raind_${pkgver}_linux_amd64.tar.gz")
12
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::https://github.com/rokuroo171/raind/releases/download/v$pkgver/raind_${pkgver}_linux_arm64.tar.gz")
13
sha256sums_x86_64=('1a45834209e93dbf846e520a4809530d29c68026e5aa24944d42475cb30419ad')
14
sha256sums_aarch64=('4e47dcf776228a5c2f562e9e620dac87a75a98c0048e7f1b26d25c4e72eae850')
15
16
package() {
17
install -Dm755 raind "$pkgdir/usr/bin/raind"
18
install -Dm644 README.md "$pkgdir/usr/share/doc/raind/README.md"
19
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 2>/dev/null || true
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 15:48:43 | Low | 1 |