runwhen

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