From: Catonano <catonano@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: 29898@debbugs.gnu.org
Subject: [bug#29898] [PATCH 4/4] gnu: Add kurly.
Date: Sun, 31 Dec 2017 09:07:20 +0100 [thread overview]
Message-ID: <CAJ98PDw5-HdyGify2BYCQU_PfcyYdO_gdWJ9KQK28wswxtmLnA@mail.gmail.com> (raw)
In-Reply-To: <e62093fba0a69df576bb06f6def4f94579371d04.1514580733.git.leo@famulari.name>
[-- Attachment #1: Type: text/plain, Size: 2585 bytes --]
Hi Leo !
I linted and built all your 4 patches. No errors.
If there's anything else you'd like me to try, let me know
LGTM ! 😀
2017-12-29 21:52 GMT+01:00 Leo Famulari <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
> + "1q192f457sjypgvwq7grrf8gq8w272
> p3zf1d5ppc20mriqm0mbc3"))))
> + (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
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 3736 bytes --]
next prev parent reply other threads:[~2017-12-31 8:08 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 ` [bug#29898] [PATCH 4/4] gnu: Add kurly Leo Famulari
2017-12-31 8:07 ` Catonano [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJ98PDw5-HdyGify2BYCQU_PfcyYdO_gdWJ9KQK28wswxtmLnA@mail.gmail.com \
--to=catonano@gmail.com \
--cc=29898@debbugs.gnu.org \
--cc=leo@famulari.name \
/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 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.