gentoo-ebuilds/sys-apps/eless/eless-0.7.ebuild
Sam James 7414ebec63
sys-apps/eless: Stabilize 0.7 amd64, #912086
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-12 01:13:20 +01:00

30 lines
611 B
Bash

# Copyright 1999-2023 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
}