# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="26.1"
inherit elisp git-r3
DESCRIPTION="Convenient infix arguments and suffix commands in Emacs"
HOMEPAGE="https://github.com/magit/transient"
EGIT_REPO_URI="https://github.com/akater/transient.git"
EGIT_BRANCH="akater-074"
KEYWORDS="amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
S="${WORKDIR}/${P}/lisp"
ELISP_TEXINFO="../docs/transient.texi"
DOCS="../README.org"
SITEFILE="50${PN}-gentoo.el"
BDEPEND="
>=app-emacs/compat-30.0.0.0
>=app-emacs/seq-2.24
sys-apps/texinfo"