guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add gopkg.in/asn1-ber.v1.


From: Leo Famulari
Subject: 01/04: gnu: Add gopkg.in/asn1-ber.v1.
Date: Tue, 2 Oct 2018 15:41:36 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 712d01bbe9de285bb3007511c94957b13b74118e
Author: Leo Famulari <address@hidden>
Date:   Sat Sep 29 17:19:26 2018 -0400

    gnu: Add gopkg.in/asn1-ber.v1.
    
    * gnu/packages/syncthing.scm (go-gopkg.in-asn1-ber.v1): New variable.
---
 gnu/packages/syncthing.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 29caaaf..61b45e1 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1366,3 +1366,25 @@ Prometheus HTTP API.")
     (description "This is a union of Go Prometheus libraries")
     (home-page (package-home-page go-github-com-client-golang-prometheus))
     (license (package-license go-github-com-client-golang-prometheus))))
+
+(define-public go-gopkg.in-asn1-ber.v1
+  (package
+    (name "go-gopkg.in-asn1-ber.v1")
+    (version "1.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://gopkg.in/asn1-ber.v1";)
+                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1y8bvzbxpw0lfnn7pbcdwzqj4l90qj6xf88dvv9pxd9yl5g6cskx"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "gopkg.in/asn1-ber.v1"))
+    (synopsis "ASN.1 BER encoding and decoding in Go")
+    (description "This package provides ASN.1 BER encoding and decoding in the
+Go language.")
+    (home-page "https://gopkg.in/asn1-ber.v1";)
+    (license expat)))



reply via email to

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