# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit elisp DESCRIPTION="Featureful EPUB reader mode" HOMEPAGE="https://depp.brause.cc/nov.el/" SRC_URI="https://stable.melpa.org/packages/${P}.el" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64" BDEPEND="app-emacs/esxml" RDEPEND="app-emacs/esxml" S="${WORKDIR}" src_unpack() { cp "${DISTDIR}/${P}.el" "${PN}.el" || die }