dev-util/pi-coding-agent-bin - 0.50.7 (gentoo-zh)

Search

Package Information

Description:
A terminal-based coding agent with multi-model support
Homepage:
https://github.com/badlogic/pi-mono
License:
MIT

Ebuild Details

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

EAPI=8

DESCRIPTION="A terminal-based coding agent with multi-model support"
HOMEPAGE="https://github.com/badlogic/pi-mono"
SRC_URI="
	amd64? ( https://github.com/badlogic/pi-mono/releases/download/v${PV}/pi-linux-x64.tar.gz -> ${P}-amd64.tar.gz )
	arm64? ( https://github.com/badlogic/pi-mono/releases/download/v${PV}/pi-linux-arm64.tar.gz -> ${P}-arm64.tar.gz )
"
S="${WORKDIR}"/pi

LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
IUSE="+system-fd"
RESTRICT="bindist strip"

RDEPEND="
	system-fd? ( sys-apps/fd )
"

QA_PREBUILT="opt/${PN}/pi"

src_install() {
	insinto /opt/${PN}
	doins -r .
	fperms +x /opt/${PN}/pi

	dosym ../${PN}/pi /opt/bin/pi
}

USE Flags

system-fd
Default: Enabled (+)

Dependencies

RDEPEND

	system-fd? ( sys-apps/fd )

Manifest for 0.50.7

Type File Size Source URLs
DIST pi-coding-agent-bin-0.50.7-amd64.tar.gz 49385932 bytes https://github.com/badlogic/pi-mono/releases/download/v0.50.7/pi-linux-x64.tar.gz
DIST pi-coding-agent-bin-0.50.7-arm64.tar.gz 47940345 bytes https://github.com/badlogic/pi-mono/releases/download/v0.50.7/pi-linux-arm64.tar.gz