diff options
| author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-12-16 23:53:03 -0500 |
|---|---|---|
| committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-12-16 23:53:03 -0500 |
| commit | 1eab39f69d15e17b85d67a330ac2c5dcd1077038 (patch) | |
| tree | 9a28fa3acf99484cb897277216af2613fcc92b6a | |
| parent | ae918638ceda0d4269e7cdab73c08fde4b30dd90 (diff) | |
| download | ebuilds-master.tar.gz | |
| -rw-r--r-- | app-emacs/persp/persp-9999.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/persp/persp-9999.ebuild b/app-emacs/persp/persp-9999.ebuild new file mode 100644 index 0000000..2b911c9 --- /dev/null +++ b/app-emacs/persp/persp-9999.ebuild @@ -0,0 +1,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" |
