archie-cli-nightly
LOW
maintainer gchamon
0 votes
scanned 2026-08-27 15:32:51.856305
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>
2
pkgname=archie-cli-nightly
3
pkgver=0.1.0a284
4
pkgrel=1
5
_commit=6133cc881b45875fb8472378a8ec2bfd3193f907
6
pkgdesc="Repository-owned maintenance CLI for Archie, nightly alpha build"
7
arch=(any)
8
url="https://gitlab.com/gabriel.chamon/archie"
9
license=(MIT)
10
depends=("python>=3.14")
11
makedepends=(python-installer uv)
12
provides=(archie)
13
conflicts=(archie archie-cli)
14
source=("archie-${_commit}.tar.gz::https://gitlab.com/gabriel.chamon/archie/-/archive/${_commit}/archie-${_commit}.tar.gz")
15
sha256sums=('b61ae459a7be12eade00036a0571846fdc614ea829eabe8009235a857a726e2b')
16
17
build() {
18
cd "$srcdir/archie-$_commit"
19
uv build --wheel --out-dir "$srcdir/dist"
20
}
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-27 15:32:51 | Low | 2 |