ranwhen
LOW
maintainer gustawdaniel
0 votes
scanned 2026-09-09 19:20:04.990308
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: Daniel Gustaw <gustaw.daniel@gmail.com>
2
pkgname=ranwhen
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc="Visualize when your system was running (written in Rust, with macOS and Linux support)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/gustawdaniel/ranwhen"
8
license=('GPL-3.0-or-later')
9
depends=('gcc-libs')
10
makedepends=('cargo')
11
provides=('runwhen')
12
conflicts=('runwhen')
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('7ca51a3e9c5538178a451d80f1886cbe3a9a753e1a3feef940c1aa4e9feb1312')
15
16
build() {
17
cd "$pkgname-$pkgver"
18
cargo build --release --locked
19
}
20
21
check() {
22
cd "$pkgname-$pkgver"
23
cargo test --release --locked
24
}
25
26
package() {
27
cd "$pkgname-$pkgver"
28
install -Dm755 "target/release/ranwhen" "$pkgdir/usr/bin/ranwhen"
29
ln -s /usr/bin/ranwhen "$pkgdir/usr/bin/runwhen"
30
install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 19:20:04 | Low | 1 |