vantage-git

LOW
maintainer androvonx95 0 votes scanned 2026-08-23 17:21:15.843281
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: Vantage Contributors <dev@vantage.local>
2_pkgname=vantage
3pkgname=vantage-git
4pkgver=r0.g0
5pkgrel=1
6pkgdesc="Offline-first command center for your codebase: knowledge graphs, git intelligence, security & quality scans, optional local AI"
7arch=('any')
8url="https://github.com/androvonx95/vantage"
9license=('MIT')
10depends=('python' 'python-rich')
11makedepends=('git' 'python-build' 'python-installer' 'python-hatchling')
12provides=('vantage')
13conflicts=('vantage')
14source=("git+https://github.com/androvonx95/vantage.git")
15md5sums=('SKIP')
16
17pkgver() {
18 cd "$_pkgname"
19 printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cd "$_pkgname"
24 python -m build --wheel --no-isolation
25}
26
27package() {
28 cd "$_pkgname"
29 python -m installer --destdir="$pkgdir" dist/*.whl
30 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 17:21:15 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