blob: 658f0e2bbaa9f2f099bf88ec1d51e90fc0757a8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = openai-codex-git
pkgdesc = Lightweight coding agent that runs in your terminal
pkgver = r543
pkgrel = 2
url = https://github.com/openai/codex
arch = x86_64
arch = aarch64
license = Apache-2.0
makedepends = cargo
optdepends = git: for working with git repositories
optdepends = ripgrep: accelerated large-repo search
provides = openai-codex
conflicts = openai-codex
options = !lto
source = git+https://github.com/openai/codex.git
b2sums = SKIP
pkgname = openai-codex-git
|