blob: 2b911c9226aa83c7fa21ba81bb15cd2119a5b5df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp git-r3
DESCRIPTION="A minimal Emacs LSP client for GNU Emacs"
HOMEPAGE="https://github.com/Bad-ptr/persp-mode.el"
EGIT_REPO_URI="https://github.com/Bad-ptr/persp-mode.el"
LICENSE="GPL-2"
SLOT="0"
|