# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 NEED_EMACS=24.1 inherit elisp DESCRIPTION="Turn your Emacs into Nyanmacs!" HOMEPAGE="https://github.com/TeMPOraL/nyan-mode/" SRC_URI="https://github.com/TeMPOraL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="" DEPEND="${RDEPEND}" DOCS=( README.org ) SITEFILE="50${PN}-gentoo.el" # gotta override src_install src_install() { elisp_src_install insinto "${SITELISP}/${PN}" doins -r img/ }