blob: 88ad19b6828086ff601c1d54e55250f0415f5f2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = openai-codex-rust
pkgdesc = Lightweight coding agent that runs in your terminal (Rust rewrite)
pkgver = 0.9.0
pkgrel = 1
url = https://github.com/openai/codex
arch = x86_64
license = Apache-2.0
makedepends = cargo
makedepends = clang
makedepends = tree-sitter
makedepends = tree-sitter-bash
makedepends = oniguruma
depends = gcc-libs
depends = glibc
depends = openssl
depends = tree-sitter
depends = tree-sitter-bash
depends = oniguruma
provides = codex
conflicts = openai-codex
conflicts = openai-codex-bin
conflicts = codex
options = !debug
source = https://github.com/openai/codex/archive/refs/tags/rust-v0.9.0.tar.gz
sha256sums = 1894e1331e14fd44cc6f3ba497faa47527d77b19b72bd961b1619bad3f81bc2b
pkgname = openai-codex-rust
|