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