unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Imran Iqbal <imran@imraniqbal.org>
To: 54541@debbugs.gnu.org
Cc: Imran Iqbal <imran@imraniqbal.org>
Subject: [bug#54541] [PATCH] gnu: Add curlie.
Date: Thu, 24 Mar 2022 01:05:11 -0400	[thread overview]
Message-ID: <20220324050511.85536-1-imran@imraniqbal.org> (raw)

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

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index d36519260e..ca423ad1b9 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -362,3 +362,31 @@ (define-public coeurl
     (description "Coeurl is a simple library to do HTTP requests
 asynchronously via cURL in C++.")
     (license license:expat)))
+
+(define-public curlie
+  (package
+    (name "curlie")
+    (version "1.6.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/rs/curlie")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1kmp8kd5sahb7x01pkk80zs7dvsnziavjlk2igis499a3ddcjqmr"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/rs/curlie"))
+    (inputs
+     (list curl go-golang-org-x-crypto go-golang-org-x-sys))
+    (home-page "https://curlie.io")
+    (synopsis "The power of curl, the ease of use of httpie")
+    (description "If you like the interface of HTTPie but miss the features of
+curl, curlie is what you are searching for. Curlie is a frontend to @code{curl}
+that adds the ease of use of @code{httpie}, without compromising on features
+and performance. All @code{curl} options are exposed with syntax sugar and
+output formatting inspired from @code{httpie}.")
+    (license license:expat)))
-- 
2.35.1





             reply	other threads:[~2022-03-24 12:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-24  5:05 Imran Iqbal [this message]
2022-03-25 10:50 ` bug#54541: [PATCH] gnu: Add curlie Ludovic Courtès

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=20220324050511.85536-1-imran@imraniqbal.org \
    --to=imran@imraniqbal.org \
    --cc=54541@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).