raind

LOW
maintainer rokuroo 0 votes scanned 2026-09-01 15:48:43.798595
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: rokuroo171 <mrakkakhairilazwar@gmail.com>
2pkgname=raind
3pkgver=0.3.0
4pkgrel=1
5pkgdesc="Terminal weather screensaver with four modes: rain, thunder, snow, meteor"
6arch=('x86_64' 'aarch64')
7url="https://github.com/rokuroo171/raind"
8license=('MIT')
9makedepends=('go')
10source=("$pkgname-$pkgver.tar.gz::https://github.com/rokuroo171/raind/archive/v$pkgver.tar.gz")
11sha256sums=('11ebf767150c6d3fd4d2b5376dfc651bbaab66087b7ddcc6998fd74f44e180f3')
12
13build() {
14 cd "$srcdir/$pkgname-$pkgver"
15 CGO_ENABLED=0 go build -trimpath -o raind .
16}
17
18package() {
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)SeverityRules
2026-09-01 15:48:43 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