# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit elisp DESCRIPTION="Library for working with xml via esxml and sxml" HOMEPAGE="https://github.com/tali713/esxml" 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 }