all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
To: 31670@debbugs.gnu.org
Cc: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
Subject: [bug#31670] [PATCH 3/3] gnu: Add go-github-com-spf13-pflag.
Date: Thu, 31 May 2018 17:38:59 +0200	[thread overview]
Message-ID: <20180531153859.21889-1-pierre-antoine.rouby@inria.fr> (raw)
In-Reply-To: <20180531153453.21396-1-pierre-antoine.rouby@inria.fr>

* gnu/packages/golang.scm (go-github-com-spf13-pflag): New variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5876598da..6c21181da 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1677,3 +1677,29 @@ incoming requests to their respective handler.")
       (synopsis "This package is fake clock library for golang")
       (description "Clockwork replace golang time with clock interface.")
       (license license:asl2.0))))
+
+(define-public go-github-com-spf13-pflag
+  (let ((commit "4f9190456aed1c2113ca51ea9b89219747458dc1")
+        (revision "0"))
+    (package
+      (name "go-github-com-spf13-pflag")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/spf13/pflag.git")
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+            (base32
+              "12vrlcsbwjqlfc49rwky45mbcj74c0kb6z54354pzas6fwzyi1kc"))))
+      (build-system go-build-system)
+      (arguments
+        '(#:import-path "github.com/spf13/pflag"))
+      (home-page "https://github.com/spf13/pflag")
+      (synopsis "This package is library to replace Go's flag package")
+      (description
+       "Pflag is library to replace Go's flag package, implementing
+POSIX/GNU-style --flags.")
+      (license license:bsd-3))))
-- 
2.17.0

  parent reply	other threads:[~2018-05-31 15:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-31 15:34 [bug#31670] [PATCH 1/3] gnu: Add go-github-com-gorilla-mux Rouby Pierre-Antoine
2018-05-31 15:38 ` [bug#31670] [PATCH 2/3] gnu: Add go-github-com-jonboulle-clockwork Rouby Pierre-Antoine
2018-05-31 15:38 ` Rouby Pierre-Antoine [this message]
2018-06-11 12:47   ` bug#31670: [PATCH 3/3] gnu: Add go-github-com-spf13-pflag 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

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

  git send-email \
    --in-reply-to=20180531153859.21889-1-pierre-antoine.rouby@inria.fr \
    --to=pierre-antoine.rouby@inria.fr \
    --cc=31670@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.