blob: efd8e4e9db462d4807753a265df4004953b2d309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = contextzip-bin
pkgdesc = Compresses noisy CLI output to reduce LLM context usage
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/jee599/contextzip
arch = x86_64
license = MIT
optdepends = jq: required for the Claude Code hook workflow
provides = contextzip
conflicts = contextzip
options = !strip
source_x86_64 = contextzip-0.2.0-linux-x86_64::https://github.com/jee599/contextzip/releases/download/v0.2.0/contextzip-linux-x86_64
source_x86_64 = contextzip-0.2.0.tar.gz::https://github.com/jee599/contextzip/archive/refs/tags/v0.2.0.tar.gz
sha256sums_x86_64 = d3269e26b01efe999b446a3156585125e99b668ab6065f699a38ca1c8f5f95c8
sha256sums_x86_64 = 7611c014d0a0049bcb60ab734ac35f4c1cd6ec409a52ed3bb74acf3629533858
pkgname = contextzip-bin
|