dev-util/plandex-cli - 2.2.0 (vowstar)

Search

Install

Install this version:

emerge -a =dev-util/plandex-cli-2.2.0

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

autounmask =dev-util/plandex-cli-2.2.0

Or alternatively:

emerge --autounmask-write -a =dev-util/plandex-cli-2.2.0

Package Information

Description:
AI-powered coding assistant that helps you with complex tasks
Homepage:
https://plandex.ai/
License:
MIT

Ebuild Details

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

EAPI=8

# workaround for go.mod replace directives plandex-shared
NONFATAL_VERIFY=1

inherit go-module

DESCRIPTION="AI-powered coding assistant that helps you with complex tasks"
HOMEPAGE="https://plandex.ai/"

if [[ "${PV}" == "9999" ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/plandex-ai/plandex.git"
else
	SRC_URI="
		https://github.com/plandex-ai/plandex/archive/refs/tags/cli/v${PV}.tar.gz -> ${P}.tar.gz
		https://github.com/vowstar/gentoo-go-deps/releases/download/${P}/${P}-deps.tar.xz
	"
	S="${WORKDIR}/${PN}-v${PV}/app/cli"
	KEYWORDS="~amd64 ~arm64"
fi

LICENSE="MIT"
SLOT="0"

src_compile() {
	ego build -o "bin/plandex"
}

src_test() {
	ego test ./...
}

src_install() {
	dobin "bin/plandex"
	dosym plandex /usr/bin/pdx
}

Inherited Eclasses

Manifest for 2.2.0

Type File Size Source URLs
DIST plandex-cli-2.2.0-deps.tar.xz 61753788 bytes https://github.com/vowstar/gentoo-go-deps/releases/download/plandex-cli-2.2.0/plandex-cli-2.2.0-deps.tar.xz
DIST plandex-cli-2.2.0.tar.gz 28491279 bytes https://github.com/plandex-ai/plandex/archive/refs/tags/cli/v2.2.0.tar.gz