blob: 4a00e3f678543b81e765016a7dd6b1c1543d8422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = browsercode-bin
pkgdesc = An AI coding agent that drives real browsers (opencode fork, adds browser_execute via CDP) — prebuilt binary
pkgver = 0.1.13
pkgrel = 1
url = https://github.com/browser-use/browsercode
install = browsercode-bin.install
arch = x86_64
arch = aarch64
license = MIT
optdepends = uv: required at runtime for the browser_execute tool
provides = bcode
provides = browsercode
conflicts = bcode
conflicts = browsercode
options = !debug
options = !strip
source_x86_64 = bcode-linux-x64-0.1.13.tar.gz::https://github.com/browser-use/browsercode/releases/download/v0.1.13/bcode-linux-x64.tar.gz
sha256sums_x86_64 = c5213da42a8c56d4071fdc6333a815ad8c6439311cb878c0b84c4311e7a68f21
source_aarch64 = bcode-linux-arm64-0.1.13.tar.gz::https://github.com/browser-use/browsercode/releases/download/v0.1.13/bcode-linux-arm64.tar.gz
sha256sums_aarch64 = bb06c6d5ab61fa29a15f2b907844fc02f2f3948c181abd3b30350b8387e3ca1b
pkgname = browsercode-bin
|