app-emacs/csharp-mode: install important files

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-03-02 21:00:20 +01:00
parent ce4c4faaa6
commit d750d2dabd

View File

@@ -14,10 +14,6 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="test" # tries to install an old version of dash from the network
DOCS=( README.org )
ELISP_REMOVE="csharp-mode-tests.el" # useless since we can not run tests
SITEFILE="50${PN}-gentoo.el"
src_install() {
elisp-install ${PN} csharp-mode.el{,c}
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc README.org
}