commit:     e45c496c68e11dc56939f1686200ced9465582da
Author:     Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 08:47:15 2024 +0000
Commit:     Omar <somerand0mcat <AT> hotmail <DOT> com>
CommitDate: Mon Jun 24 08:47:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e45c496c

x11-themes/catppuccin-neovim: new package, add 1.7.0

Signed-off-by: Omar <somerand0mcat <AT> hotmail.com>

 x11-themes/catppuccin-neovim/Manifest              |  1 +
 .../catppuccin-neovim-1.7.0.ebuild                 | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-themes/catppuccin-neovim/Manifest 
b/x11-themes/catppuccin-neovim/Manifest
new file mode 100644
index 000000000..cd8315a1d
--- /dev/null
+++ b/x11-themes/catppuccin-neovim/Manifest
@@ -0,0 +1 @@
+DIST catppuccin-neovim-1.7.0.tar.gz 68616 BLAKE2B 
dece7d3ddd4d38c2ab2da31f975894d0f6e25029d5075bd02c0d7b26b62b1d6491d54fd48486f525829ecf84d465fd582c445a3efc30aa88fbb8b2f2bf67772c
 SHA512 
0a7cd5c7bcfbb4f945ea52201f95608679d2fec94672817dc5bc528e41d79fed88e4064e61ecbfb0a9319d706a0310abac825fefacb047cc8d2a435518fcd93a

diff --git a/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild 
b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
new file mode 100644
index 000000000..bd657acad
--- /dev/null
+++ b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Catppuccin
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="Soothing pastel theme for Neovim"
+HOMEPAGE="https://github.com/catppuccin/nvim";
+SRC_URI="https://github.com/catppuccin/nvim/archive/refs/tags/v"${PV}".tar.gz 
-> catppuccin-neovim-"${PV}".tar.gz"
+S=""${WORKDIR}"/nvim-"${PV}""
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+DEPEND="app-editors/neovim"
+
+src_unpack() {
+       tar -xpf 
/var/tmp/portage/x11-themes/catppuccin-neovim-"${PV}"/distdir/catppuccin-neovim-"${PV}".tar.gz
+}
+
+src_install() {
+       cd ./colors
+       mkdir --parents "${D}"/usr/share/nvim/runtime/colors
+       cp -r *.vim "${D}"/usr/share/nvim/runtime/colors
+}

Reply via email to