unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
To: 31625@debbugs.gnu.org
Cc: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
Subject: [bug#31625] [PATCH 2/6] gnu: Add go-github-com-blang-semver.
Date: Mon, 28 May 2018 17:01:57 +0200	[thread overview]
Message-ID: <20180528150157.24310-1-pierre-antoine.rouby@inria.fr> (raw)
In-Reply-To: <20180528145939.24256-1-pierre-antoine.rouby@inria.fr>

* gnu/packages/golang.scm (go-github-com-blang-semver): New variable.
---
 gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e7fcfa379..d232e3040 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1499,3 +1499,30 @@ Go")
 apps in GO.  The goal is to enable developers to write fast and distributable
 command line applications in an expressive way.")
       (license license:expat))))
+
+(define-public go-github-com-blang-semver
+  (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
+        (revision "0"))
+    (package
+      (name "go-github-com-blang-semver")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/blang/semver.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/blang/semver"))
+      (home-page "https://github.com/blang/semver")
+      (synopsis "This package is a Semantic Versioning library written in
+golang")
+      (description "Semver is library form Semantic Versioning in written
+golang.")
+      (license license:expat))))
+
-- 
2.17.0

  reply	other threads:[~2018-05-28 15:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-28 14:59 [bug#31625] [PATCH 1/6] gnu: Add go-github-com-urfave-cli Rouby Pierre-Antoine
2018-05-28 15:01 ` Rouby Pierre-Antoine [this message]
2018-05-28 15:02 ` [bug#31625] [PATCH 3/6] gnu: Add go-github-com-emicklei-go-restful Rouby Pierre-Antoine
2018-05-28 15:03 ` [bug#31625] [PATCH 4/6] gnu: Add go-github-com-google-cadvisor Rouby Pierre-Antoine
2018-05-28 15:03 ` [bug#31625] [PATCH 5/6] gnu: Add go-github-com-google-gofuzz Rouby Pierre-Antoine
2018-05-28 15:03 ` [bug#31625] [PATCH 6/6] gnu: Add go-github-com-gorilla-context Rouby Pierre-Antoine
2018-05-29 22:40 ` bug#31625: [PATCH 1/6] gnu: Add go-github-com-urfave-cli Leo Famulari

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=20180528150157.24310-1-pierre-antoine.rouby@inria.fr \
    --to=pierre-antoine.rouby@inria.fr \
    --cc=31625@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).