From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- sys-apps/eless/eless-0.7.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sys-apps/eless/eless-0.7.ebuild (limited to 'sys-apps/eless/eless-0.7.ebuild') diff --git a/sys-apps/eless/eless-0.7.ebuild b/sys-apps/eless/eless-0.7.ebuild new file mode 100644 index 000000000000..8c50f4917789 --- /dev/null +++ b/sys-apps/eless/eless-0.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Use Emacs as a paginator" +HOMEPAGE="https://eless.scripter.co/ https://github.com/kaushalmodi/eless/" +SRC_URI="https://github.com/kaushalmodi/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="test" # Tests have to be run manually + +RDEPEND=" + >=app-editors/emacs-25.3:* + app-shells/bash + dev-lang/perl +" + +src_compile() { + : # Nothing to compile +} + +src_install() { + dobin ${PN} + dodoc ${PN}.org README.org + doinfo docs/${PN}.info +} -- cgit v1.2.3