[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: Add go-github-com-marcinbor85-gohex.
From: |
guix-commits |
Subject: |
06/12: gnu: Add go-github-com-marcinbor85-gohex. |
Date: |
Fri, 29 Mar 2024 10:23:52 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit b68544731d8fafe317ed54b3197b1cc6ff72f3a5
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Wed Apr 14 05:20:08 2021 -0500
gnu: Add go-github-com-marcinbor85-gohex.
* gnu/packages/golang-xyz.scm (go-github-com-marcinbor85-gohex): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I39e8cd725819d549d562f5168e1651c22bfa50b6
---
gnu/packages/golang-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4eb92365f6..c594629d83 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1486,6 +1486,41 @@ word-splitting rules.")
(home-page "https://github.com/kballard/go-shellquote")
(license license:expat))))
+(define-public go-github-com-marcinbor85-gohex
+ ;; No release, see <https://github.com/marcinbor85/gohex/issues/5>.
+ (let ((commit "baab2527a9a2a4abb3dc06baabedfa5e0268b8d8")
+ (revision "0"))
+ (package
+ (name "go-github-com-marcinbor85-gohex")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/marcinbor85/gohex")
+ (commit commit)))
+ (sha256
+ (base32 "06v4cc6ld6vvxd4xm9k6l49lhcd9ncq7xfx35mj5b9r96ih49fiz"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/marcinbor85/gohex"))
+ (home-page "https://pkg.go.dev/github.com/marcinbor85/gohex")
+ (synopsis "Parse Intel HEX files")
+ (description
+ "This package provides a Golang library for parsing Intel HEX files,
+implementing features like:
+
+@itemize
+@item robust intelhex parsing (full test coverage)
+@item support i32hex format
+@item two-way converting hex<->bin
+@item trivial but powerful api (only the most commonly used functions)
+@item interface-based IO functions
+@end itemize")
+ (license license:expat))))
+
(define-public go-github-com-matryer-try
(package
(name "go-github-com-matryer-try")
- branch master updated (d84fb791f6 -> 8ed9ce9d00), guix-commits, 2024/03/29
- 01/12: gnu: Add go-gopkg-in-cheggaaa-pb-v1., guix-commits, 2024/03/29
- 07/12: gnu: Add go-github-com-google-gousb., guix-commits, 2024/03/29
- 02/12: gnu: Add go-github-com-logrusorgru-aurora., guix-commits, 2024/03/29
- 08/12: gnu: Add wally-cli., guix-commits, 2024/03/29
- 09/12: gnu: packages: libusb: Sort use-module alphabetically., guix-commits, 2024/03/29
- 05/12: gnu: Add go-github-com-briandowns-spinner., guix-commits, 2024/03/29
- 06/12: gnu: Add go-github-com-marcinbor85-gohex.,
guix-commits <=
- 10/12: gnu: packages: flashing-tools: Sort use-module alphabetically., guix-commits, 2024/03/29
- 11/12: gnu: go-gopkg-in-natefinch-lumberjack.v2: Move to golang-xyz., guix-commits, 2024/03/29
- 12/12: gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz., guix-commits, 2024/03/29
- 04/12: gnu: Add go-github-com-logrusorgru-aurora-v4., guix-commits, 2024/03/29
- 03/12: gnu: Add go-github-com-logrusorgru-aurora-v3., guix-commits, 2024/03/29