app-emacs/transient - 0.3.6 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/transient-0.3.6

Package Information

Description:
Convenient infix arguments and suffix commands in Emacs
Homepage:
https://github.com/magit/transient
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.3.6 8 amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS="25.1"

inherit elisp

DESCRIPTION="Convenient infix arguments and suffix commands in Emacs"
HOMEPAGE="https://github.com/magit/transient"

SRC_URI="https://github.com/magit/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
KEYWORDS="amd64 ~arm ~arm64 ~x86"

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

S="${WORKDIR}/${P}/lisp"
ELISP_TEXINFO="../docs/transient.texi"
DOCS="../README.md"

SITEFILE="50${PN}-gentoo.el"

BDEPEND="
	sys-apps/texinfo"

Inherited Eclasses

Dependencies

BDEPEND

	sys-apps/texinfo

Manifest for 0.3.6

Type File Size Source URLs
DIST transient-0.3.6.tar.gz 100905 bytes https://github.com/magit/transient/archive/refs/tags/v0.3.6.tar.gz