GNU bug report logs -
#54541
[PATCH] gnu: Add curlie.
Previous Next
Reported by: Imran Iqbal <imran <at> imraniqbal.org>
Date: Thu, 24 Mar 2022 06:13:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54541 in the body.
You can then email your comments to 54541 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54541
; Package
guix-patches
.
(Thu, 24 Mar 2022 06:13:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Imran Iqbal <imran <at> imraniqbal.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 24 Mar 2022 06:13:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 25 Mar 2022 10:51:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Imran Iqbal <imran <at> imraniqbal.org>
:
bug acknowledged by developer.
(Fri, 25 Mar 2022 10:51:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 54541-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Imran Iqbal <imran <at> imraniqbal.org> skribis:
> * gnu/packages/curl.scm (curlie): New variable.
I addressed a ‘guix lint’ warning about the description and committed it.
Thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 22 Apr 2022 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 53 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.