app-emacs/agitjo - 1.0.0 (gentoo)

Search

Package Information

Description:
Manage Forgejo PRs with AGit-Flow in Emacs
Homepage:
https://codeberg.org/halvin/agitjo
License:
GPL-3+

Ebuild Details

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

EAPI=9

NEED_EMACS="30.1"
inherit elisp

DESCRIPTION="Manage Forgejo PRs with AGit-Flow in Emacs"
HOMEPAGE="https://codeberg.org/halvin/agitjo"
SRC_URI="https://codeberg.org/halvin/agitjo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

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

RDEPEND="
	app-emacs/magit
	app-emacs/markdown-mode
	app-emacs/transient
"
BDEPEND="${RDEPEND}"

Dependencies

RDEPEND

	app-emacs/magit
	app-emacs/markdown-mode
	app-emacs/transient

BDEPEND

	app-emacs/magit
	app-emacs/markdown-mode
	app-emacs/transient

Manifest for 1.0.0

Type File Size Source URLs
DIST agitjo-1.0.0.tar.gz 60897 bytes https://codeberg.org/halvin/agitjo/archive/v1.0.0.tar.gz