GNU bug report logs -
#43010
[PATCH] gnu: Add emacs-jq-mode.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 24 Aug 2020 00:20:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 24 Aug 2020 12:59:55 +0200
with message-id <878se4s40k.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#43010] [PATCH] gnu: Add emacs-jq-mode.
has caused the debbugs.gnu.org bug report #43010,
regarding [PATCH] gnu: Add emacs-jq-mode.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
43010: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43010
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-jq-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6caa8d1106..878cd9c7e7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11708,6 +11708,27 @@ from within Emacs. Restclient runs queries from a plan-text query sheet,
displays results pretty-printed in XML or JSON with @code{restclient-mode}")
(license license:public-domain))))
+(define-public emacs-jq-mode
+ (package
+ (name "emacs-jq-mode")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ljos/jq-mode")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0xk0if5i9cz4w06lx8v1vdm112pn1ybqgfw048sx15yyvfzgril1"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/ljos/jq-mode")
+ (synopsis "Major mode for editing jq queries")
+ (description
+ "@code{emacs-jq-mode} is an emacs major mode for editing jq-scripts.")
+ (license license:gpl3)))
+
(define-public emacs-whitespace-cleanup-mode
(let ((commit "72427144b054b0238a86e1348c45d986b8830d9d")
(revision "1"))
--
2.28.0
[Message part 3 (message/rfc822, inline)]
Hello,
Michael Rohleder <mike <at> rohleder.de> writes:
> * gnu/packages/emacs-xyz.scm (emacs-jq-mode): New variable.
I fixed the license and applied your patch. Thanks!
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 356 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.