loago-git
LOW
maintainer jackssrt
0 votes
scanned 2026-09-25 15:12:17.861096
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>
2
pkgname="loago-git"
3
pkgver=1.0.0.r0.g4475233
4
pkgrel=1
5
epoch=
6
pkgdesc="Track how long ago you last did a task"
7
arch=("any")
8
url="https://github.com/Axlefublr/loago"
9
license=("MIT")
10
depends=()
11
makedepends=(git cargo)
12
checkdepends=()
13
optdepends=()
14
provides=("loago")
15
conflicts=("loago")
16
17
source=("$pkgname::git+${url}.git")
18
sha256sums=("SKIP")
19
20
pkgver() {
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
26
prepare() {
27
cd "$pkgname"
28
export RUSTUP_TOOLCHAIN=stable
29
export CARGO_HOME="$startdir/$srcdir/.cargo"
30
cargo fetch --locked --target host-tuple
31
}
32
33
build() {
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
41
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-25 15:12:17 | Low | 2 |