guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/62: gnu: Add go-github-com-calmh-xdr.


From: Leo Famulari
Subject: 05/62: gnu: Add go-github-com-calmh-xdr.
Date: Thu, 12 Oct 2017 21:43:36 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 1e28085e76dffe0edf84e9e5c336f3c0d9890c73
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 00:47:11 2017 -0400

    gnu: Add go-github-com-calmh-xdr.
    
    * gnu/packages/syncthing.scm (go-github-com-calmh-xdr): New variable.
---
 gnu/packages/syncthing.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index ec995ff..58c74bc 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -92,3 +92,28 @@ the LZ4 compression algorithm.")
 information, such as how much storage space is available, free, and used.")
     (home-page "https://github.com/calmh/du";)
     (license public-domain)))
+
+(define-public go-github-com-calmh-xdr
+  (let ((commit "08e072f9cb164f943a92eb59f90f3abc64ac6e8f")
+        (revision "0"))
+    (package
+      (name "go-github-com-calmh-xdr")
+      (version (git-version "2.0.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/calmh/xdr";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "072wqdncz3nd4a3zkhvzzx1y3in1lm29wfvl0d8wrnqs5pyqh0mh"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/calmh/xdr"))
+      (synopsis "XDR marshalling and unmarshalling")
+      (description "XDR is an External Data Representation (XDR)
+marshalling and unmarshalling library in Go.  It uses code generation and not
+reflection.")
+      (home-page "https://github.com/calmh/xdr";)
+      (license expat))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]