unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27522] [PATCH] gnu: Add jo.
@ 2017-06-29  6:40 Arun Isaac
  2017-06-29 16:12 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-06-29  6:40 UTC (permalink / raw)
  To: 27522

* gnu/packages/web.scm (jo): New variable.
---
 gnu/packages/web.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3625a1034..e91bc1f13 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4674,3 +4674,24 @@ message stream (in a web server that is per connection).")
     (description "@code{httpretty} is a helper for faking web requests,
 inspired by Ruby's @code{fakeweb}.")
     (license l:expat)))
+
+(define-public jo
+  (package
+    (name "jo")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/jpmens/jo/releases/download/v"
+                           version "/jo-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0pysickpxrbl53c122h6swvz8sck68q3j0ql38wvbz70q9k4gvb3"))))
+    (build-system gnu-build-system)
+    (home-page "https://github.com/jpmens/jo")
+    (synopsis "Output JSON from a shell")
+    (description "jo is a command-line utility to create JSON objects or
+arrays.  It creates a JSON string on stdout from words provided as
+command-line arguments or read from stdin.")
+    (license (list l:gpl2+
+                   l:expat)))) ; json.c, json.h
-- 
2.12.2


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

* [bug#27522] [PATCH] gnu: Add jo.
  2017-06-29  6:40 [bug#27522] [PATCH] gnu: Add jo Arun Isaac
@ 2017-06-29 16:12 ` Ludovic Courtès
  2017-06-30 15:31   ` bug#27522: " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-06-29 16:12 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 27522

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * gnu/packages/web.scm (jo): New variable.

LGTM, thanks!

Ludo'.

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

* bug#27522: [PATCH] gnu: Add jo.
  2017-06-29 16:12 ` Ludovic Courtès
@ 2017-06-30 15:31   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2017-06-30 15:31 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27522-done


Pushed! Thanks!

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

end of thread, other threads:[~2017-06-30 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29  6:40 [bug#27522] [PATCH] gnu: Add jo Arun Isaac
2017-06-29 16:12 ` Ludovic Courtès
2017-06-30 15:31   ` bug#27522: " Arun Isaac

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