all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45094] [PATCH] gnu: Add emacs-counsel-jq.
@ 2020-12-07  7:11 Joseph LaFreniere
  2020-12-07  7:53 ` bug#45094: " Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph LaFreniere @ 2020-12-07  7:11 UTC (permalink / raw)
  To: 45094

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

Patch file is attached.  I used the latest commit (as of this 
writing) rather than the most recent release since there have been 
a bugfixes since the release and no deprecations.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-counsel-jq.patch --]
[-- Type: text/x-patch, Size: 1840 bytes --]

From ef6debd7a63b5254a70b90bbae4e388cd00917a8 Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Mon, 7 Dec 2020 00:58:29 -0600
Subject: [PATCH] gnu: Add emacs-counsel-jq.

* gnu/packages/emacs-xyz.scm (emacs-counsel-jq): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8a03b2d7a3..de0b8e6103 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7783,6 +7783,33 @@ The purpose of this library is to wrap all the quirks and hassle of
 @code{package.el} into a sane API.")
     (license license:gpl3+)))
 
+(define-public emacs-counsel-jq
+  (let ((release "1.0.0")
+        (revision "0")
+        (commit "aaf33fc2447096cd0d03b77395fe2a95c9fe1481"))
+    (package
+      (name "emacs-counsel-jq")
+      (version (git-version release revision commit))
+      (home-page "https://github.com/200ok-ch/counsel-jq")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url home-page)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-swiper" ,emacs-swiper)
+         ("jq" ,jq)))
+      (synopsis "Live preview @code{jq} queries using counsel")
+      (description
+       "This Emacs package provides the ability to live preview @code{jq}
+queries using counsel.")
+      (license license:gpl3+))))
+
 (define-public emacs-counsel-notmuch
   ;; Upstream provides no release.  Extract version for main file.
   (let ((commit "a4a1562935e4180c42524c51609d1283e9be0688")
-- 
2.29.2


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

* bug#45094: [PATCH] gnu: Add emacs-counsel-jq.
  2020-12-07  7:11 [bug#45094] [PATCH] gnu: Add emacs-counsel-jq Joseph LaFreniere
@ 2020-12-07  7:53 ` Oleg Pykhalov
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2020-12-07  7:53 UTC (permalink / raw)
  To: Joseph LaFreniere; +Cc: 45094-done

[-- Attachment #1: Type: text/plain, Size: 45 bytes --]

Hello.

Thank you!  Pushed to master.

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

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

end of thread, other threads:[~2020-12-07  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  7:11 [bug#45094] [PATCH] gnu: Add emacs-counsel-jq Joseph LaFreniere
2020-12-07  7:53 ` bug#45094: " Oleg Pykhalov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.