dev-util/t3code-bin - 0.0.20 (edgets)

Search

Install

Install this version:

emerge -a =dev-util/t3code-bin-0.0.20

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

autounmask =dev-util/t3code-bin-0.0.20

Or alternatively:

emerge --autounmask-write -a =dev-util/t3code-bin-0.0.20

Package Information

Description:
A minimal web GUI for coding agents.
Homepage:
https://t3.codes https://github.com/pingdotgg/t3code
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.20 8 -* ~amd64 0
View Raw Ebuild
# 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="${HOMEPAGE}/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 -> ${PN}.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 "${PN}.png"
	domenu "${FILESDIR}/${PN}.desktop"
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

sys-fs/fuse

Manifest for 0.0.20

Type File Size Source URLs
DIST t3code-bin.png 14108 bytes https://raw.githubusercontent.com/pingdotgg/t3code/v0.0.17/assets/prod/black-universal-1024.png
https://raw.githubusercontent.com/pingdotgg/t3code/v0.0.20/assets/prod/black-universal-1024.png
https://raw.githubusercontent.com/pingdotgg/t3code/v0.0.21/assets/prod/black-universal-1024.png
https://raw.githubusercontent.com/pingdotgg/t3code/v0.0.22/assets/prod/black-universal-1024.png