blob: daecd2987594f0612a5dd1d6a5a6863d34eb0834 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = bash-agent
pkgdesc = A lightweight coding agent that runs in your terminal - Bash/Go/Rust editions + tcode tmux UI
pkgver = 3.0.5
pkgrel = 1
url = https://github.com/lloydzhou/bash-agent
arch = x86_64
arch = aarch64
license = MIT
makedepends = go
makedepends = rust
makedepends = make
makedepends = nasm
depends = bash
depends = curl
depends = gawk
options = !strip
source = bash-agent-3.0.5.tar.gz::https://github.com/lloydzhou/bash-agent/archive/refs/tags/v3.0.5.tar.gz
source = tcode::https://github.com/lloydzhou/bash-agent/releases/download/v3.0.5/tcode
sha256sums = d2b7af974a43bee99b88bd5ba3bf97838451db06d45edf7441f2c73cdbb4f688
sha256sums = 74aabd0135a1a8e2d0d399e372df8023f257552f84bba7fb3a459ba5f3962ae7
pkgname = bash-agent
|