| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="28.1"
inherit elisp
DESCRIPTION="Utilities to create transient menus for POSTing to an API for GNU Emacs"
HOMEPAGE="https://codeberg.org/martianh/tp.el/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/martianh/${PN}.el.git"
else
SRC_URI="https://codeberg.org/martianh/${PN}.el/archive/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}.el"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
>=app-editors/emacs-${NEED_EMACS}[json(+)]
app-emacs/transient
"
BDEPEND="
${RDEPEND}
"
DOCS=( readme.org )
SITEFILE="50${PN}-gentoo.el"
>=app-editors/emacs-28.1[json(+)] app-emacs/transient
>=app-editors/emacs-28.1[json(+)] app-emacs/transient
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tp-0.8.tar.gz | 18867 bytes | https://codeberg.org/martianh/tp.el/archive/0.8.tar.gz |