summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-22 21:07:48 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-30 17:12:46 +0000
commitc845f9226459fa05097d4e248cedafcec054072b (patch)
tree94270d08d21729ac209a481839254661f8df45f0
parent3fcbad73a8635162b5f2b7466a69531818c53266 (diff)
gnu: Add go-github-com-stefanberger-go-pkcs11uri.
* gnu/packages/golang-crypto.scm (go-github-com-stefanberger-go-pkcs11uri): New variable. Change-Id: Ie16df66cc7f515246d743c5695eeed38f2e0a81d Reviewed-by: Arthur Rodrigues <arthurhdrodrigues@proton.me>
-rw-r--r--gnu/packages/golang-crypto.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 4c669cdd62d..81e5183c7b4 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -2492,6 +2492,31 @@ revision (aka MurmurHash3). Reference algorithm has been slightly hacked as
to support the streaming mode required by Go's standard Hash interface.")
(license license:bsd-3)))
+(define-public go-github-com-stefanberger-go-pkcs11uri
+ (package
+ (name "go-github-com-stefanberger-go-pkcs11uri")
+ (version "0.0.0-20230803200340-78284954bff6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stefanberger/go-pkcs11uri")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "05gdfpb2h69fypp91dz1m8mff7mzg5x0kg1vsqh4wwd9cxwdhj10"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/stefanberger/go-pkcs11uri"))
+ (home-page "https://github.com/stefanberger/go-pkcs11uri")
+ (synopsis "Golang pkcs11 URI library")
+ (description
+ "This package implements @url{https://tools.ietf.org/html/rfc7512,
+ RFC 7512} - the PKCS #11 URI Scheme; and
+@url{https://www.rfc-editor.org/errata/rfc7512, errata} specifications.")
+ (license license:asl2.0)))
+
(define-public go-github-com-tjfoc-gmsm
(package
(name "go-github-com-tjfoc-gmsm")