app-emacs/doom-themes: new package; add version 2.1.6_p20220505

2022.05.05 snapshot

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2022-05-22 22:54:44 +02:00
parent 489e320148
commit 49fcf410ac
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST doom-themes-2.1.6_p20220505.tar.gz 128520 BLAKE2B f7b2f060d2b68427bd9f375cdd8d009d68ffd0839f46aecb41ede32bde815f2b4df68a2df8af9d09c055f4443b4abcaecc0046b4449ffce9449956cf9c43755b SHA512 bc450d964d45e123b96efb6f96e153ed0d4530374197bef484b41b18f51ae49fc7c7cea2aa0aa599992709706510f725ba1943176ae02cafb16b2f2d3b7f824a

View File

@ -0,0 +1,32 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
H=e9bdd137116fa2037ed60037b8421cf68c64888d
NEED_EMACS=25.1
inherit elisp
DESCRIPTION="Opinionated megapack of modern color-themes for GNU Emacs"
HOMEPAGE="https://github.com/doomemacs/themes/"
SRC_URI="https://github.com/doomemacs/themes/archive/${H}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/themes-${H}
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
src_test() {
emake test
}
src_install() {
elisp_src_install
insinto "${SITELISP}"/${PN}
doins -r themes
}

View File

@ -0,0 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
(when (boundp 'custom-theme-load-path)
(add-to-list 'custom-theme-load-path "@SITELISP@/themes/"))

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/doomemacs/themes/issues/</bugs-to>
<remote-id type="github">doomemacs/themes</remote-id>
</upstream>
</pkgmetadata>