app-emacs/catppuccin-emacs: new package, add 9999

Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
Denis Strizhkin 2024-07-12 16:11:56 +00:00
parent 498e0a7754
commit b9dc0aa5a3
No known key found for this signature in database
GPG Key ID: 4A052F32B7556DAB
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS=25.1
inherit elisp
DESCRIPTION="Soothing pastel theme for Emacs"
HOMEPAGE="https://github.com/catppuccin/emacs"
EGIT_REPO_URI="https://github.com/catppuccin/emacs.git"
inherit git-r3
LICENSE="MIT"
SLOT="0"
BDEPENDS="app-emacs/autothemer"
SITEFILE="50${PN}-gentoo.el"

View File

@ -0,0 +1 @@
(add-to-list 'load-path "@SITELISP@")

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>strdenis02@gmail.com</email>
<name>Denis Strizhkin</name>
</maintainer>
<upstream>
<remote-id type="github">catppuccin/emacs</remote-id>
</upstream>
</pkgmetadata>