app-emacs/treemacs-magit - 3.2 (parona-overlay)

Search

Package Information

Description:
Magit 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 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="Magit 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/magit
	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/magit
	app-emacs/treemacs

BDEPEND

	app-emacs/magit
	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