archie-cli-nightly

LOW
maintainer gchamon 0 votes scanned 2026-08-27 15:32:51.856305
View on AUR
Why flagged

Package builds from a legitimate project-owned GitLab repository with a pinned commit; the source is verifiable and the build process is standard, though the low vote count and recent upload are noted.

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%): Package builds from a legitimate project-owned GitLab repository with a pinned commit; the source is verifiable and the build process is standard, though the low vote count and recent upload are noted.

PKGBUILD

1# Maintainer: Gabriel Chamon <gchamon@tuta.io>
2pkgname=archie-cli-nightly
3pkgver=0.1.0a284
4pkgrel=1
5_commit=6133cc881b45875fb8472378a8ec2bfd3193f907
6pkgdesc="Repository-owned maintenance CLI for Archie, nightly alpha build"
7arch=(any)
8url="https://gitlab.com/gabriel.chamon/archie"
9license=(MIT)
10depends=("python>=3.14")
11makedepends=(python-installer uv)
12provides=(archie)
13conflicts=(archie archie-cli)
14source=("archie-${_commit}.tar.gz::https://gitlab.com/gabriel.chamon/archie/-/archive/${_commit}/archie-${_commit}.tar.gz")
15sha256sums=('b61ae459a7be12eade00036a0571846fdc614ea829eabe8009235a857a726e2b')
16
17build() {
18 cd "$srcdir/archie-$_commit"
19 uv build --wheel --out-dir "$srcdir/dist"
20}
21
22package() {
23 cd "$srcdir/archie-$_commit"
24 python -m installer --destdir="$pkgdir" "$srcdir"/dist/*.whl
25 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26 install -Dm644 docs/user/KEYBOARD_SHORTCUTS.md "$pkgdir/usr/share/doc/$pkgname/KEYBOARD_SHORTCUTS.md"
27 install -Dm644 deployment-packages/local/lib/zsh/README.md "$pkgdir/usr/share/doc/$pkgname/ZSH_COMMANDS.md"
28 install -Dm644 packaging/archie-cli/_archie "$pkgdir/usr/share/zsh/site-functions/_archie"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 15:32:51 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