From 6990d0600970cefe6aa2c17668f9028b08d23441 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Apr 2023 23:37:47 +0100 Subject: gentoo auto-resync : 10:04:2023 - 23:37:47 --- .../treemacs-all-the-icons-3.1.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild (limited to 'app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild') diff --git a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild new file mode 100644 index 000000000000..be9aa60e9006 --- /dev/null +++ b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 + +inherit elisp + +DESCRIPTION="GNU Emacs all-the-icons integration for treemacs" +HOMEPAGE="https://github.com/Alexander-Miller/treemacs/" +SRC_URI="https://github.com/Alexander-Miller/treemacs/archive/${PV}.tar.gz + -> treemacs-${PV}.tar.gz" +S="${WORKDIR}"/treemacs-${PV}/src/extra + +LICENSE="GPL-3+" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + app-emacs/all-the-icons + app-emacs/treemacs +" +BDEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-compile ${PN}.el +} + +src_install() { + elisp-install ${PN} ${PN}.el{,c} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" +} -- cgit v1.2.3