unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 29898@debbugs.gnu.org
Subject: [bug#29898] [PATCH 4/4] gnu: Add kurly.
Date: Fri, 29 Dec 2017 15:52:13 -0500	[thread overview]
Message-ID: <e62093fba0a69df576bb06f6def4f94579371d04.1514580733.git.leo@famulari.name> (raw)
In-Reply-To: <114368f8811b0fbc225b37f859cc6d8ec9bb2959.1514580733.git.leo@famulari.name>
In-Reply-To: <114368f8811b0fbc225b37f859cc6d8ec9bb2959.1514580733.git.leo@famulari.name>

* gnu/packages/curl.scm (kurly): New variable.
---
 gnu/packages/curl.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 49703c092..4b40dda58 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -25,10 +25,13 @@
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
+  #:use-module (guix git-download)
   #:use-module (guix utils)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system go)
   #:use-module (gnu packages)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages golang)
   #:use-module (gnu packages groff)
   #:use-module (gnu packages gsasl)
   #:use-module (gnu packages libidn)
@@ -135,3 +138,31 @@ tunneling, and so on.")
         (sha256
          (base32
           "0y3qbjjcxhcvm1yawp3spfssjbskv0g6gyzld6ckif5pf8ygvxpm"))))))
+
+(define-public kurly
+  (package
+    (name "kurly")
+    (version "1.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/davidjpeacock/kurly.git")
+                     (commit (string-append "v" version))))
+              (sha256
+               (base32
+                "1q192f457sjypgvwq7grrf8gq8w272p3zf1d5ppc20mriqm0mbc3"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/davidjpeacock/kurly"))
+    (inputs
+     `(("go-github-com-alsm-ioprogress" ,go-github-com-alsm-ioprogress)
+       ("go-github-com-aki237-nscjar" ,go-github-com-aki237-nscjar)
+       ("go-github-com-davidjpeacock-cli" ,go-github-com-davidjpeacock-cli)))
+    (synopsis "Command-line HTTP client")
+    (description "kurly is an alternative to the widely popular curl
+program, written in Go.  kurly is designed to operate in a similar
+manner to curl, with select features.  Notably, kurly is not aiming for
+feature parity, but common flags and mechanisms particularly within the
+HTTP(S) realm are to be expected.")
+    (home-page "https://github.com/davidjpeacock/kurly")
+    (license license:asl2.0)))
-- 
2.15.1

  parent reply	other threads:[~2017-12-29 20:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-29 20:52 [bug#29901] [PATCH 1/4] gnu: Add go-github-com-alsm-ioprogress Leo Famulari
2017-12-29 20:52 ` [bug#29899] [PATCH 2/4] gnu: Add go-github-com-aki237-nscjar Leo Famulari
2017-12-29 20:52 ` [bug#29900] [PATCH 3/4] gnu: Add go-github-com-davidjpeacock-cli Leo Famulari
2017-12-29 20:52 ` Leo Famulari [this message]
2017-12-31  8:07   ` [bug#29898] [PATCH 4/4] gnu: Add kurly Catonano
2017-12-31 14:38   ` Marius Bakke
2017-12-31 14:27 ` [bug#29901] [PATCH 1/4] gnu: Add go-github-com-alsm-ioprogress Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e62093fba0a69df576bb06f6def4f94579371d04.1514580733.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=29898@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).