app-emacs/fedi - 0.3 (gentoo)

Search

Package Information

Description:
Helper functions for Fediverse or other REST API clients for GNU Emacs
Homepage:
https://codeberg.org/martianh/fedi.el/

Ebuild Details

Version EAPI Keywords Slot
0.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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="Helper functions for Fediverse or other REST API clients for GNU Emacs"
HOMEPAGE="https://codeberg.org/martianh/fedi.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/markdown-mode
"
BDEPEND="
	${RDEPEND}
"

DOCS=( readme.org )
SITEFILE="50${PN}-gentoo.el"

Dependencies

RDEPEND

	>=app-editors/emacs-28.1[json(+)]
	app-emacs/markdown-mode

BDEPEND

	
	>=app-editors/emacs-28.1[json(+)]
	app-emacs/markdown-mode

Manifest for 0.3

Type File Size Source URLs
DIST fedi-0.3.tar.gz 27523 bytes https://codeberg.org/martianh/fedi.el/archive/0.3.tar.gz