# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit elisp DESCRIPTION="A friendly gopher and gemini client" HOMEPAGE="https://thelambdalab.xyz/elpher/" SRC_URI="https://stable.melpa.org/packages/${P}.tar" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64" src_compile() { elisp-compile *.el } src_install() { elisp-install "${PN}" *.el *.elc doinfo elpher.info }