blob: fbff6d6eeff750992f81ebdd9593acd6d46c2da2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = codegraph-bin
pkgdesc = Pre-indexed code knowledge graph for AI coding assistants — fewer tokens, fewer tool calls, 100% local
pkgver = 0.9.3
pkgrel = 1
url = https://github.com/colbymchenry/codegraph
arch = x86_64
arch = aarch64
license = MIT
depends = bash
depends = glibc
depends = libgcc
depends = libstdc++.so
provides = codegraph
conflicts = codegraph
options = !debug
source = LICENSE-0.9.3::https://raw.githubusercontent.com/colbymchenry/codegraph/v0.9.3/LICENSE
sha256sums = e6d98f98c666bebe065ac2492a0a19232cc318d4d67bac3ca42ffb77bacc8809
source_x86_64 = codegraph-bin-0.9.3-x86_64.tar.gz::https://github.com/colbymchenry/codegraph/releases/download/v0.9.3/codegraph-linux-x64.tar.gz
sha256sums_x86_64 = 99d02e7b21591b2611da9aecf503862caa8b7a5b67b7557c2c55c82eed8a01ba
source_aarch64 = codegraph-bin-0.9.3-aarch64.tar.gz::https://github.com/colbymchenry/codegraph/releases/download/v0.9.3/codegraph-linux-arm64.tar.gz
sha256sums_aarch64 = 154aaa86a75d2fa24f3bb8b2b291d4d478ec6dcaacd5eeb05feb7f78fdaaad17
pkgname = codegraph-bin
|