add provides/conflicts openai-codex

This commit is contained in:
Jack Mahoney
2025-07-21 17:39:10 -07:00
parent 64b41fd5c1
commit 1aab8f5b2d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,13 +1,15 @@
pkgbase = openai-codex-bin pkgbase = openai-codex-bin
pkgdesc = Lightweight coding agent that runs in your terminal pkgdesc = Lightweight coding agent that runs in your terminal
pkgver = 0.8.0 pkgver = 0.8.0
pkgrel = 2 pkgrel = 3
url = https://github.com/openai/codex url = https://github.com/openai/codex
arch = x86_64 arch = x86_64
arch = aarch64 arch = aarch64
license = Apache-2.0 license = Apache-2.0
optdepends = git: for working with git repositories optdepends = git: for working with git repositories
optdepends = ripgrep: accelerated large-repo search optdepends = ripgrep: accelerated large-repo search
provides = openai-codex
conflicts = openai-codex
source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-x86_64-unknown-linux-gnu.tar.gz source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-x86_64-unknown-linux-gnu.tar.gz
source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-exec-x86_64-unknown-linux-gnu.tar.gz source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-exec-x86_64-unknown-linux-gnu.tar.gz
source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-linux-sandbox-x86_64-unknown-linux-gnu.tar.gz source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-linux-sandbox-x86_64-unknown-linux-gnu.tar.gz

View File

@@ -1,11 +1,13 @@
# Maintainer: Jack Mahoney <jacksmahoney@gmail.com> # Maintainer: Jack Mahoney <jacksmahoney@gmail.com>
pkgname=openai-codex-bin pkgname=openai-codex-bin
pkgver=0.8.0 pkgver=0.8.0
pkgrel=2 pkgrel=3
pkgdesc="Lightweight coding agent that runs in your terminal" pkgdesc="Lightweight coding agent that runs in your terminal"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://github.com/openai/codex" url="https://github.com/openai/codex"
license=('Apache-2.0') license=('Apache-2.0')
provides=('openai-codex')
conflicts=('openai-codex')
optdepends=( optdepends=(
'git: for working with git repositories' 'git: for working with git repositories'
'ripgrep: accelerated large-repo search' 'ripgrep: accelerated large-repo search'