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

Search

Install

Install this version:

emerge -a =dev-util/pi-coding-agent-bin-0.83.0

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

autounmask =dev-util/pi-coding-agent-bin-0.83.0

Or alternatively:

emerge --autounmask-write -a =dev-util/pi-coding-agent-bin-0.83.0

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
0.83.0 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/earendil-works/pi"
SRC_URI="
	amd64? ( https://github.com/earendil-works/pi/releases/download/v${PV}/pi-linux-x64.tar.gz -> ${P}-amd64.tar.gz )
	arm64? ( https://github.com/earendil-works/pi/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

Manage flags for this package: euse -i <flag> -p dev-util/pi-coding-agent-bin | euse -E <flag> -p dev-util/pi-coding-agent-bin | euse -D <flag> -p dev-util/pi-coding-agent-bin

Global/Standard Flags

system-fd
Default: Enabled (+)

Dependencies

RDEPEND

	system-fd? ( sys-apps/fd )

Manifest for 0.83.0

Type File Size Source URLs
DIST pi-coding-agent-bin-0.83.0-amd64.tar.gz 43612248 bytes https://github.com/earendil-works/pi/releases/download/v0.83.0/pi-linux-x64.tar.gz
DIST pi-coding-agent-bin-0.83.0-arm64.tar.gz 43278450 bytes https://github.com/earendil-works/pi/releases/download/v0.83.0/pi-linux-arm64.tar.gz