unofficial mirror of guix-patches@gnu.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 2/3] gnu: Add go-github-com-jonboulle-clockwork.
Date: Thu, 31 May 2018 17:38:35 +0200	[thread overview]
Message-ID: <20180531153835.21846-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-jonboulle-clockwork): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7ab29abe0..5876598da 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1652,3 +1652,28 @@ request variables.")
        "Gorilla/Mux implements a request router and dispatcher for matching
 incoming requests to their respective handler.")
       (license license:bsd-3))))
+
+(define-public go-github-com-jonboulle-clockwork
+  (let ((commit "e3653ace2d63753697e0e5b07b9393971c0bba9d")
+        (revision "0"))
+    (package
+      (name "go-github-com-jonboulle-clockwork")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/jonboulle/clockwork.git")
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+            (base32
+              "1avzqhks12a8x2yzpvjsf3k0gv9cy7zx2z88hn0scacnxkphisvc"))))
+      (build-system go-build-system)
+      (arguments
+        '(#:import-path "github.com/jonboulle/clockwork"))
+      (home-page
+        "https://github.com/jonboulle/clockwork")
+      (synopsis "This package is fake clock library for golang")
+      (description "Clockwork replace golang time with clock interface.")
+      (license license:asl2.0))))
-- 
2.17.0

  reply	other threads:[~2018-05-31 15:39 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 ` Rouby Pierre-Antoine [this message]
2018-05-31 15:38 ` [bug#31670] [PATCH 3/3] gnu: Add go-github-com-spf13-pflag Rouby Pierre-Antoine
2018-06-11 12:47   ` bug#31670: " 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=20180531153835.21846-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 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).