From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
Date: Tue, 25 Jun 2024 12:16:10 +0000 (UTC) [thread overview]
Message-ID: <1719218835.e45c496c68e11dc56939f1686200ced9465582da.davidroman@gentoo> (raw)
commit: e45c496c68e11dc56939f1686200ced9465582da
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 08:47:15 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <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
+}
next reply other threads:[~2024-06-25 12:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 12:16 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-27 8:41 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/ David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1719218835.e45c496c68e11dc56939f1686200ced9465582da.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox