app-emacs/cond-let - 0.2.2 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/cond-let-0.2.2

Package Information

Description:
Additional and improved binding conditionals
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2.2 8 amd64 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"
ELPA_URI="https://elpa.nongnu.org/nongnu"
ELPA_SIG="elpa.nongnu.org"
ELPA_CONTAINER_KIND="tar"

inherit elpa

DESCRIPTION="Additional and improved binding conditionals"

RESTRICT="mirror"

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

DOCS="README.org"

src_prepare() {
	rm "${PN}-pkg.el"
	default
}

Inherited Eclasses