guix-commits
[Top][All Lists]
Advanced

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

15/34: gnu: Add go-github-com-gxed-hashland-keccakpg.


From: Pierre Neidhardt
Subject: 15/34: gnu: Add go-github-com-gxed-hashland-keccakpg.
Date: Wed, 24 Oct 2018 06:28:51 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 27d59d8bf5ed9a6560f15951395d03f05dc8d645
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Oct 24 11:43:17 2018 +0200

    gnu: Add go-github-com-gxed-hashland-keccakpg.
    
    * gnu/packages/golang.scm (go-github-com-gxed-hashland-keccakpg): New 
variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 795ab29..87a1cd6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2789,3 +2789,29 @@ Architecture Processors\" by J. Guilford et al.")
 trivial @command{big.Int} encoding benchmark results in 6 times faster
 encoding and 8 times faster decoding.")
       (license license:expat))))
+
+(define-public go-github-com-gxed-hashland-keccakpg
+  (let ((commit "d9f6b97f8db22dd1e090fd0bbbe98f09cc7dd0a8")
+        (revision "0"))
+    (package
+      (name "go-github-com-gxed-hashland-keccakpg")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/gxed/hashland.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1q23y4lacsz46k9gmgfw4iwwydw36j2601rbidmmswl94grpc386"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:unpack-path "github.com/gxed/hashland"
+         #:import-path "github.com/gxed/hashland/keccakpg"))
+      (home-page "https://github.com/gxed/hashland";)
+      (synopsis "Implements the Keccak (SHA-3) hash algorithm in Go")
+      (description "Package @command{keccak} implements the Keccak (SHA-3)
+hash algorithm.  See http://keccak.noekeon.org.";)
+      (license license:expat))))



reply via email to

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