Temporary Arch package override for openai-codex 0.122.0 with the merged apply_patch hook backport needed to use context-mode effectively before upstream 0.123.
It publishes into the shared local pacman repo at ~/opt/pkgbuilds/, exposed as repo [personal].
./scripts/build-package.sh
./scripts/publish-local.sh- This repo intentionally stays on the Arch
0.122.0source line and bumps onlypkgrelto2. - The only backport is upstream commit
09ebc34f17b84c4ec7550960b2f9c090f5dde5b7, which teaches hooks to seeapply_patch. - The goal is for official
openai-codex 0.123.0-1to supersede this automatically. - Once upstream
0.123is installed and verified, remove the local package artifact from~/opt/pkgbuilds/and refreshpersonal.db. - This repo is part of my broader private
pkgbuildsetup documented in thepersonal-pkgbuildsbase repo.