guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: Add go-github-com-matttproud-golang-protobuf-extensions-pbut


From: Leo Famulari
Subject: 05/13: gnu: Add go-github-com-matttproud-golang-protobuf-extensions-pbutil.
Date: Thu, 8 Feb 2018 15:18:39 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 1da227b0d88c2fabda3a2e6a44b6ec28e48f3aa4
Author: Leo Famulari <address@hidden>
Date:   Sun Jan 28 19:44:58 2018 -0500

    gnu: Add go-github-com-matttproud-golang-protobuf-extensions-pbutil.
    
    * gnu/packages/syncthing.scm
    (go-github-com-matttproud-golang-protobuf-extensions-pbutil): New
    variable.
---
 gnu/packages/syncthing.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 0758367..b1bca8e 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -2007,3 +2007,34 @@ data serialization format.")
       (description "This package provides data model artifacts for 
Prometheus.")
       (home-page "https://github.com/prometheus/client_model";)
       (license asl2.0))))
+
+(define-public go-github-com-matttproud-golang-protobuf-extensions-pbutil
+  (let ((commit "c12348ce28de40eed0136aa2b644d0ee0650e56c")
+        (revision "0"))
+    (package
+      (name "go-github-com-matttproud-golang-protobuf-extensions-pbutil")
+      (version (git-version "1.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri
+            (git-reference
+              (url 
"https://github.com/matttproud/golang_protobuf_extensions.git";)
+              (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32
+            "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path 
"github.com/matttproud/golang_protobuf_extensions/pbutil"
+         #:unpack-path "github.com/matttproud/golang_protobuf_extensions"))
+      (propagated-inputs
+       `(("go-github-com-golang-protobuf-proto"
+          ,go-github-com-golang-protobuf-proto)))
+      (synopsis "Streaming Protocol Buffers in Go")
+      (description "This package provides various Protocol Buffer
+extensions for the Go language, namely support for record length-delimited
+message streaming.")
+      (home-page "https://github.com/matttproud/golang_protobuf_extensions";)
+      (license asl2.0))))



reply via email to

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