all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 29900@debbugs.gnu.org
Subject: [bug#29900] [PATCH 3/4] gnu: Add go-github-com-davidjpeacock-cli.
Date: Fri, 29 Dec 2017 15:52:12 -0500	[thread overview]
Message-ID: <a3fdea9affbd130f39af80aef5b9be0c823083f9.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/golang.scm (go-github-com-davidjpeacock-cli): New variable.
---
 gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 43dce66fd..287d985cf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -428,3 +428,27 @@ Netscape/Mozilla's old-style cookie files.  It also implements a simple cookie
 jar struct to manage the cookies added to the cookie jar.")
       (home-page "https://github.com/aki237/nscjar")
       (license license:expat))))
+
+(define-public go-github-com-davidjpeacock-cli
+  (let ((commit "8ba6f23b6e36d03666a14bd9421f5e3efcb59aca")
+        (revision "0"))
+    (package
+      (name "go-github-com-davidjpeacock-cli")
+      (version (git-version "1.19.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                       (url "https://github.com/davidjpeacock/cli.git")
+                       (commit commit)))
+                (sha256
+                 (base32
+                  "01s53ny3p0fdx64rnwcnmjj4xpc5adihnh6islsfq5z1ph2phhnj"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/davidjpeacock/cli"))
+      (synopsis "Build command-line interfaces in Go")
+      (description "@code{cli} is a package for building command line
+interfaces in Go.  The goal is to enable developers to write fast and
+distributable command line applications in an expressive way.")
+      (home-page "https://github.com/davidjpeacock/cli")
+      (license license:expat))))
-- 
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 ` Leo Famulari [this message]
2017-12-29 20:52 ` [bug#29898] [PATCH 4/4] gnu: Add kurly Leo Famulari
2017-12-31  8:07   ` 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

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

  git send-email \
    --in-reply-to=a3fdea9affbd130f39af80aef5b9be0c823083f9.1514580733.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=29900@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 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.