diff mbox series

[bug#64502,v2] gnu: Add emacs-weyland-yutani-theme.

Message ID 381a148c0a409134d2b0ac4731363d29df7dc60c.1688704785.git.a.r.draidi@redscript.org
State New
Headers show
Series [bug#64502,v2] gnu: Add emacs-weyland-yutani-theme. | expand

Commit Message

Ahmad Draidi July 7, 2023, 4:41 a.m. UTC
* gnu/packages/emacs-xyz.scm (emacs-weyland-yutani-theme): New variable.
---

Comments fixed.

Thanks for the support!

 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)


base-commit: 961ffca1c75141cbb351d143b22b673638e9659d

Comments

Liliana Marie Prikler July 16, 2023, 7:29 a.m. UTC | #1
Am Freitag, dem 07.07.2023 um 08:41 +0400 schrieb Ahmad Draidi:
> * gnu/packages/emacs-xyz.scm (emacs-weyland-yutani-theme): New
> variable.
> ---
> 
> Comments fixed.
Pushed the updated patch.

Cheers
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 21aa820f0b..94bc9c02ac 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35614,6 +35614,29 @@  (define-public emacs-nord-theme
 syntax highlighting and UI components.")
     (license license:expat)))
 
+(define-public emacs-weyland-yutani-theme
+  (let ((commit "e89a63a62e071180c9cdd9067679fadc3f7bf796")
+        (revision "0"))
+    (package
+      (name "emacs-weyland-yutani-theme")
+      (version (git-version "0.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/jstaursky/weyland-yutani-theme")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0gxlz9b7fvbjkqxsyb4l75g7jsxyms0i1vpnb6y499hl115akcaz"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/jstaursky/weyland-yutani-theme")
+      (synopsis "Emacs theme based on the Alien movie franchise")
+      (description
+       "Weyland Yutani is a dark Emacs theme based on the Alien movie
+franchise.")
+      (license license:gpl3+))))
+
 (define-public emacs-janet-mode
   (let ((commit "2f5bcabcb6953e1ed1926ba6a2328c453e8b4ac7"))
     (package