app-emacs/treemacs-all-the-icons - 3.2 (gentoo)

Search

Package Information

Description:
GNU Emacs all-the-icons integration for treemacs
Homepage:
https://github.com/Alexander-Miller/treemacs/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
3.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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}.gh.tar.gz"
S="${WORKDIR}/treemacs-${PV}/src/extra"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

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-make-site-file "${SITEFILE}"
}

Dependencies

RDEPEND

	app-emacs/all-the-icons
	app-emacs/treemacs

BDEPEND

	
	app-emacs/all-the-icons
	app-emacs/treemacs

Manifest for 3.2

Type File Size Source URLs
DIST treemacs-3.2.gh.tar.gz 4677915 bytes https://github.com/Alexander-Miller/treemacs/archive/3.2.tar.gz