From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- app-emacs/cfrs/cfrs-1.6.0.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app-emacs/cfrs/cfrs-1.6.0.ebuild (limited to 'app-emacs/cfrs/cfrs-1.6.0.ebuild') diff --git a/app-emacs/cfrs/cfrs-1.6.0.ebuild b/app-emacs/cfrs/cfrs-1.6.0.ebuild new file mode 100644 index 000000000000..b95d7c81e888 --- /dev/null +++ b/app-emacs/cfrs/cfrs-1.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 + +inherit elisp + +DESCRIPTION="Child Frame Read String, alternative to read-string" +HOMEPAGE="https://github.com/Alexander-Miller/cfrs/" +SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND=" + app-emacs/dash + app-emacs/posframe + app-emacs/s +" +BDEPEND="${RDEPEND}" + +DOCS=( README.org cfrs.png ) +SITEFILE="50${PN}-gentoo.el" -- cgit v1.2.3