Install this version:
emerge -a =app-shells/tgpt-bin-2.11.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-shells/tgpt-bin-2.11.0
Or alternatively:
emerge --autounmask-write -a =app-shells/tgpt-bin-2.11.0
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
DESCRIPTION="AI Chatbots in terminal without needing API keys"
HOMEPAGE="https://github.com/aandrew-me/tgpt"
MY_PN="${PN%%-bin}"
SRC_BASE="https://github.com/aandrew-me/${MY_PN}/releases/download/v${PV}"
SRC_URI="
amd64? ( ${SRC_BASE}/${MY_PN}-linux-amd64 -> ${P}.amd64 )
arm64? ( ${SRC_BASE}/${MY_PN}-linux-arm64 -> ${P}.arm64 )
arm? ( ${SRC_BASE}/${MY_PN}-linux-arm -> ${P}.arm )
x86? ( ${SRC_BASE}/${MY_PN}-linux-i386 -> ${P}.x86 )
"
S="${WORKDIR}"
RDEPEND="!app-shells/tgpt"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
QA_PREBUILT="/usr/bin/${MY_PN}"
src_install() {
newbin "${DISTDIR}/${A}" "${MY_PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tgpt-bin-2.11.0.amd64 | 10707128 bytes | https://github.com/aandrew-me/tgpt/releases/download/v2.11.0/tgpt-linux-amd64 |
| DIST | tgpt-bin-2.11.0.arm | 9961656 bytes | https://github.com/aandrew-me/tgpt/releases/download/v2.11.0/tgpt-linux-arm |
| DIST | tgpt-bin-2.11.0.arm64 | 9896120 bytes | https://github.com/aandrew-me/tgpt/releases/download/v2.11.0/tgpt-linux-arm64 |
| DIST | tgpt-bin-2.11.0.x86 | 9859256 bytes | https://github.com/aandrew-me/tgpt/releases/download/v2.11.0/tgpt-linux-i386 |