* [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme.
@ 2017-09-23 4:34 Feng Shu
2017-09-23 9:10 ` ng0
0 siblings, 1 reply; 3+ messages in thread
From: Feng Shu @ 2017-09-23 4:34 UTC (permalink / raw)
To: 28564
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: Add emacs-cyberpunk-theme. --]
[-- Type: text/x-patch, Size: 1434 bytes --]
From ca9b90f724df7b133fb426d3692c0fb343dc3750 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Sat, 23 Sep 2017 12:32:17 +0800
Subject: [PATCH] gnu: Add emacs-cyberpunk-theme.
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): New variable.
---
gnu/packages/emacs.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 211f95d9d..62209a1d9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5067,6 +5067,25 @@ other operations.")
on mouse-control.")
(license license:gpl3+)))
+(define-public emacs-cyberpunk-theme
+ (package
+ (name "emacs-cyberpunk-theme")
+ (version "1.19")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/n3mo/cyberpunk-theme.el/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/n3mo/cyberpunk-theme.el")
+ (synopsis "Emacs cyberpunk theme")
+ (description "Cyberpunk theme for Emacs built-in color theme support.")
+ (license license:gpl2+)))
+
(define-public emacs-gnuplot
(package
(name "emacs-gnuplot")
--
2.14.1
[-- Attachment #2: Type: text/plain, Size: 5 bytes --]
--
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-23 11:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-23 4:34 [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme Feng Shu
2017-09-23 9:10 ` ng0
2017-09-23 11:04 ` bug#28564: " ng0
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).