mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/spacemacs-theme: new package; add version 0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
1
app-emacs/spacemacs-theme/Manifest
Normal file
1
app-emacs/spacemacs-theme/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST spacemacs-theme-0.2.tar.gz 688604 BLAKE2B 1806fbe9b2b1b9a625778415aa6df74e4acc62279d811ff782620a7bb18e6a1327b16dacc174267c61fd959191f2ccaecaaf08f30ae5bb2844652bf92919cda2 SHA512 250f15e11c38e16930107bc2bf0c265876ba74383743714c0aa6bdb270f55cb14ee41c1f2c4d1008a6d90d3c361f44f363d36af0fb0e92087df8d320e0a888a0
|
||||
@@ -0,0 +1,2 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
(add-to-list 'custom-theme-load-path (file-name-as-directory "@SITELISP@"))
|
||||
13
app-emacs/spacemacs-theme/metadata.xml
Normal file
13
app-emacs/spacemacs-theme/metadata.xml
Normal 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/nashamri/spacemacs-theme/issues/</bugs-to>
|
||||
<remote-id type="github">nashamri/spacemacs-theme</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild
Normal file
20
app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS=24
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Emacs color theme that started as a theme for Spacemacs"
|
||||
HOMEPAGE="https://github.com/nashamri/spacemacs-theme/"
|
||||
SRC_URI="https://github.com/nashamri/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DOCS=( README.md img )
|
||||
ELISP_REMOVE="spacemacs-theme-pkg.el"
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
Reference in New Issue
Block a user