app-editors/mg: drop to ~hppa
[gentoo.git] / app-editors / le / le-1.16.5.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Terminal text editor"
7 HOMEPAGE="http://lav.yar.ru/programs.html"
8 SRC_URI="http://lav.yar.ru/download/le/le-${PV}.tar.gz"
9
10 DOCS="AUTHORS ChangeLog FEATURES HISTORY INSTALL NEWS README THANKS TODO"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="amd64 ppc x86"
15
16 RDEPEND="sys-libs/ncurses:0="
17 DEPEND="${RDEPEND}"
18
19 src_install() {
20         emake DESTDIR="${D}" install
21         einstalldocs
22 }