loago-git

LOW
maintainer jackssrt 0 votes scanned 2026-09-25 15:12:17.861096
View on AUR
Why flagged

The package builds from the project's own Git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own Git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: jackssrt <jack at jackssrt dot com>
2pkgname="loago-git"
3pkgver=1.0.0.r0.g4475233
4pkgrel=1
5epoch=
6pkgdesc="Track how long ago you last did a task"
7arch=("any")
8url="https://github.com/Axlefublr/loago"
9license=("MIT")
10depends=()
11makedepends=(git cargo)
12checkdepends=()
13optdepends=()
14provides=("loago")
15conflicts=("loago")
16
17source=("$pkgname::git+${url}.git")
18sha256sums=("SKIP")
19
20pkgver() {
21 cd "$pkgname"
22 # cutting off 'v' prefix that presents in the git tag
23 git describe --long --abbrev=7 --dirty | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
24}
25
26prepare() {
27 cd "$pkgname"
28 export RUSTUP_TOOLCHAIN=stable
29 export CARGO_HOME="$startdir/$srcdir/.cargo"
30 cargo fetch --locked --target host-tuple
31}
32
33build() {
34 cd "$pkgname"
35 export RUSTUP_TOOLCHAIN=stable
36 export CARGO_HOME="$startdir/$srcdir/.cargo"
37 export CARGO_TARGET_DIR=target
38 cargo build --frozen --release --all-features
39}
40
41package() {
42 cd "$pkgname"
43
44 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/loago"
45 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 15:12:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion