app-misc/codex-auth - 0.2.8 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-misc/codex-auth-0.2.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/codex-auth-0.2.8

Or alternatively:

emerge --autounmask-write -a =app-misc/codex-auth-0.2.8

Package Information

Description:
Command-line tool for switching Codex accounts
Homepage:
https://github.com/Loongphy/codex-auth
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.8 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ZIG_SLOT="0.15"
inherit zig

DESCRIPTION="Command-line tool for switching Codex accounts"
HOMEPAGE="https://github.com/Loongphy/codex-auth"
SRC_URI="https://github.com/Loongphy/codex-auth/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=net-libs/nodejs-22
"

DOCS=( README.md docs )

src_test() {
	ezig test src/main.zig -lc
}

Inherited Eclasses

zig

Dependencies

RDEPEND

	>=net-libs/nodejs-22

Manifest for 0.2.8

Type File Size Source URLs
DIST codex-auth-0.2.8.tar.gz 184825 bytes https://github.com/Loongphy/codex-auth/archive/refs/tags/v0.2.8.tar.gz