raind
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
3
pkgver=0.3.0
4
pkgrel=1
5
pkgdesc="Terminal weather screensaver with four modes: rain, thunder, snow, meteor"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/rokuroo171/raind"
8
license=('MIT')
9
makedepends=('go')
10
source=("$pkgname-$pkgver.tar.gz::https://github.com/rokuroo171/raind/archive/v$pkgver.tar.gz")
11
sha256sums=('11ebf767150c6d3fd4d2b5376dfc651bbaab66087b7ddcc6998fd74f44e180f3')
12
13
build() {
14
cd "$srcdir/$pkgname-$pkgver"
15
CGO_ENABLED=0 go build -trimpath -o raind .
16
}
17
18
package() {
19
cd "$srcdir/$pkgname-$pkgver"
20
install -Dm755 raind "$pkgdir/usr/bin/raind"
21
install -Dm644 README.md "$pkgdir/usr/share/doc/raind/README.md"
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 2>/dev/null || true
23
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 15:48:43 | Low | 1 |