[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69964] [PATCH 3/4] gnu: Add go-github-com-multiformats-multibase.
From: |
Artyom V. Poptsov |
Subject: |
[bug#69964] [PATCH 3/4] gnu: Add go-github-com-multiformats-multibase. |
Date: |
Sat, 23 Mar 2024 15:53:55 +0300 |
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-multibase): New
variable.
Change-Id: I5994e8f8927d5365cc201da30bd49abf03d17574
---
gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c5851cfa5f..d7fd50ae3d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1413,6 +1413,33 @@ (define-public go-github-com-multiformats-go-base36
"Optimized codec for @code{[]byte} <=> @code{base36} string conversion.")
(license (list license:asl2.0 license:expat))))
+(define-public go-github-com-multiformats-multibase
+ (let ((commit "4c8344e37852773de155f587dcf5897771b3fc19")
+ (revision "1"))
+ (package
+ (name "go-github-com-multiformats-multibase")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/multiformats/multibase")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0lz4kdysa6nx7wf1i59647w7dgm344xpvfnsac3pfk2qdky2kq8b"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan
+ '(("." "share/multibase/"))))
+ (home-page "https://github.com/multiformats/multibase")
+ (synopsis "Self identifying base encodings")
+ (description
+ "Multibase is a protocol for disambiguating the encoding of
+base-encoded (e.g., @code{base32}, @code{base36}, @code{base64},
@code{base58}, etc.)
+binary appearing in text.")
+ (license (list license:expat license:cc-by-sa3.0)))))
+
(define-public go-github-com-multiformats-go-varint
(package
(name "go-github-com-multiformats-go-varint")
--
2.41.0
- [bug#69964] [PATCH 0/4] gnu: Add go-github-com-multiformats-go-multibase., Artyom V. Poptsov, 2024/03/23
- [bug#69964] [PATCH 3/4] gnu: Add go-github-com-multiformats-multibase.,
Artyom V. Poptsov <=
- [bug#69964] [PATCH 4/4] gnu: Add go-github-com-multiformats-go-multibase., Artyom V. Poptsov, 2024/03/23
- [bug#69964] [PATCH 2/4] gnu: Add go-github-com-multiformats-go-base36., Artyom V. Poptsov, 2024/03/23
- [bug#69964] [PATCH 1/4] gnu: Add go-github-com-multiformats-go-base32., Artyom V. Poptsov, 2024/03/23
- [bug#69964] [PATCH 0/4] gnu: Add go-github-com-multiformats-go-multibase., Sharlatan Hellseher, 2024/03/23
- [bug#69964] [PATCH 0/4] gnu: Add go-github-com-multiformats-go-multibase., Sharlatan Hellseher, 2024/03/24