app-emacs/agent-shell - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/agent-shell-9999

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

autounmask =app-emacs/agent-shell-9999

Or alternatively:

emerge --autounmask-write -a =app-emacs/agent-shell-9999

Package Information

Description:
Many native agentic integrations inside GNU Emacs
Homepage:
https://github.com/xenodium/agent-shell/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
9999 9 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

NEED_EMACS="29.1"

inherit elisp

DESCRIPTION="Many native agentic integrations inside GNU Emacs"
HOMEPAGE="https://github.com/xenodium/agent-shell/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/xenodium/${PN}"
else
	SRC_URI="https://github.com/xenodium/${PN}/archive/refs/tags/v${PV}.tar.gz
		-> ${P}.gh.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

RDEPEND="
	>=app-emacs/acp-0.12.2
	>=app-emacs/shell-maker-0.93.3
"
BDEPEND="
	${RDEPEND}
"

DOCS=( CONTRIBUTING.org README.org blog-post.org )
SITEFILE="50${PN}-gentoo.el"

src_compile() {
	elisp_src_compile
	elisp-make-autoload-file
}

src_test() {
	local test_file=""
	for test_file in ./tests/*-tests.el ; do
		elisp-test-ert ./tests/ -l "${test_file}"
	done
}

Inherited Eclasses

Dependencies

RDEPEND

	>=app-emacs/acp-0.12.2
	>=app-emacs/shell-maker-0.93.3

BDEPEND

	
	>=app-emacs/acp-0.12.2
	>=app-emacs/shell-maker-0.93.3