kendex-git

LOW
maintainer vanillagreen 0 votes scanned 2026-08-20 05:10:41.769601
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: VanillaGreen <ai1@vanillagreen.com>
2pkgname=kendex-git
3pkgver=r0.0000000
4pkgrel=1
5pkgdesc='Package manager for agents, skills, and hooks across AI coding tools (latest commit)'
6arch=('x86_64' 'aarch64')
7url='https://kendex.ai'
8license=('MIT')
9provides=('kendex')
10conflicts=('kendex')
11makedepends=('rust' 'cargo' 'git')
12source=('git+https://github.com/vanillagreencom/kendex.git')
13sha256sums=('SKIP')
14
15pkgver() {
16 cd "$srcdir/kendex"
17 printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18}
19
20build() {
21 cd "$srcdir/kendex"
22 cargo build --release --locked --bin kendex
23}
24
25package() {
26 cd "$srcdir/kendex"
27 install -Dm755 target/release/kendex "$pkgdir/usr/bin/kendex"
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 05:10:41 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