Install this version:
emerge -a =dev-util/t3code-bin-0.0.29
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/t3code-bin-0.0.29
Or alternatively:
emerge --autounmask-write -a =dev-util/t3code-bin-0.0.29
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.29 | 8 | -* ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop xdg
DESCRIPTION="A minimal web GUI for coding agents."
HOMEPAGE="https://t3.codes
https://github.com/pingdotgg/t3code"
SRC_URI="https://github.com/pingdotgg/t3code/releases/download/v${PV}/T3-Code-${PV}-x86_64.AppImage -> ${P}.AppImage
https://raw.githubusercontent.com/pingdotgg/t3code/v${PV}/assets/prod/black-universal-1024.png -> ${P}.png"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror strip"
RDEPEND="sys-fs/fuse"
QA_PREBUILT="*"
S="${DISTDIR}"
src_install() {
exeinto "/opt/${PN}"
doexe "${P}.AppImage"
dosym "/opt/${PN}/${P}.AppImage" "/usr/bin/${PN}"
doicon -s 256 "${P}.png"
domenu "${FILESDIR}/${PN}.desktop"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | t3code-bin-0.0.29.AppImage | 258694087 bytes | https://github.com/pingdotgg/t3code/releases/download/v0.0.29/T3-Code-0.0.29-x86_64.AppImage |
| DIST | t3code-bin-0.0.29.png | 527093 bytes | https://raw.githubusercontent.com/pingdotgg/t3code/v0.0.29/assets/prod/black-universal-1024.png |