unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58916] [PATCH] gnu: Add emacs-hare-mode.
@ 2022-10-31  4:31 jgart via Guix-patches via
  2022-10-31 11:19 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-10-31  4:31 UTC (permalink / raw)
  To: 58916; +Cc: (, jgart

* gnu/packages/emacs-xyz.scm (emacs-hare-mode): New variable.

Co-authored-by: ( <paren@disroot.org>
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 949752f7ef..82197a0645 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33584,6 +33584,28 @@ (define-public emacs-vundo
 the buffer you want to undo.  An undo tree buffer should pop up.")
     (license license:gpl3+)))
 
+(define-public emacs-hare-mode
+  (let ((commit "bb7b2faccb5939b0c8d4ffa6a6e28a0d2bc93dd6")
+        (revision "0"))
+    (package
+      (name "emacs-hare-mode")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+               (method git-fetch)
+               (uri (git-reference
+                     (url "https://git.sr.ht/~bbuccianti/hare-mode")
+                     (commit commit)))
+               (file-name (git-file-name name version))
+               (sha256
+                (base32
+                 "13vjlmxfgwiljzjwkzhxzz565y34fggsbp840bxlwbwa6lsfrsa8"))))
+      (build-system emacs-build-system)
+      (home-page "https://git.sr.ht/~bbuccianti/hare-mode")
+      (synopsis "Hare Major Mode for Emacs")
+      (description
+"This package an Emacs major mode for the Hare programming language.")
+      (license license:gpl3))))
+
 (define-public emacs-org-cliplink
   (let ((commit "13e0940b65d22bec34e2de4bc8cba1412a7abfbc")
         (revision "0"))
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#58916] [PATCH] gnu: Add emacs-hare-mode.
  2022-10-31  4:31 [bug#58916] [PATCH] gnu: Add emacs-hare-mode jgart via Guix-patches via
@ 2022-10-31 11:19 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-10-31 11:19 UTC (permalink / raw)
  To: 58916; +Cc: (, jgart, 58916-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-hare-mode): New variable.

Applied with the following changes. Thank you.

> +      (version (git-version "0.0.0" revision commit))

Base version is 0.1.0 according to Version keyword in main file.

> +      (synopsis "Hare Major Mode for Emacs")

Nitpick: Hare major mode for Emacs

> +      (license license:gpl3))))

License is GPL3+.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-31 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31  4:31 [bug#58916] [PATCH] gnu: Add emacs-hare-mode jgart via Guix-patches via
2022-10-31 11:19 ` Nicolas Goaziou

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).