blob: 23df4ee0613ff0eedcd520f05debd5cdb6a218f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = codegraph-rs-bin
pkgdesc = Local-first code intelligence: tree-sitter knowledge graph + MCP server (prebuilt binary)
pkgver = 1.2.0
pkgrel = 1
url = https://github.com/Cleboost/codegraph-rs
arch = x86_64
arch = aarch64
license = MIT
provides = codegraph
conflicts = codegraph
conflicts = codegraph-bin
options = !strip
options = !debug
source_x86_64 = codegraph-rs-bin-1.2.0-x86_64.tar.gz::https://github.com/Cleboost/codegraph-rs/releases/download/v1.2.0/codegraph-x86_64-unknown-linux-musl.tar.gz
sha256sums_x86_64 = 67aadb46dd0f4a971b5b62c7168a4647bc814ad029bd424b3beaf9fd4b8f2580
source_aarch64 = codegraph-rs-bin-1.2.0-aarch64.tar.gz::https://github.com/Cleboost/codegraph-rs/releases/download/v1.2.0/codegraph-aarch64-unknown-linux-gnu.tar.gz
sha256sums_aarch64 = ece5ff1b32c243832a3e694732dae88e604a621d6166a6e9e52f130fbdd79e19
pkgname = codegraph-rs-bin
|