[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60314] [PATCH] gnu: Add emacs-snow.
From: |
jgart |
Subject: |
[bug#60314] [PATCH] gnu: Add emacs-snow. |
Date: |
Sun, 25 Dec 2022 10:11:47 -0600 |
* gnu/packages/emacs-xyz.scm (emacs-snow): New variable.
Haugh Haugh Haugh Merry Guixmas and a Happy GNU Year!
Let it Snow!
Let it Snow!
Let it Snow!
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8fec7b058f..3e99d787d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -901,6 +901,29 @@ (define-public emacs-spaceline-all-the-icons
information in the mode line.")
(license license:expat)))
+(define-public emacs-snow
+ (let ((commit "59a82054cfd8df9db632ca4c9e2fccc9e97368a5")
+ (revision "0"))
+ (package
+ (name "emacs-snow")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alphapapa/snow.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14vf6vzz374flqlb8n4xzhvb352jkap83kqbgsgcpy1w90fh6dn6"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/alphapapa/snow.el/")
+ (synopsis "Let it snow in Emacs")
+ (description "This package adds a command @code{snow} which displays
+a buffer in which it snows. The storm varies in intensity, a gentle
+breeze blows at times, and snow accumulates on the terrain in the scene.")
+ (license license:gpl3+))))
+
(define-public emacs-spongebob
(let ((commit "ae8ae6ba0dc57b7357ba87ff0609d27c4a0a5f51")
(revision "0"))
--
2.38.1
- [bug#60314] [PATCH] gnu: Add emacs-snow.,
jgart <=