summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2024-12-29 13:14:28 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:44 +0000
commitbb451548f1f28db6d62bfb03f193e127a7de0215 (patch)
tree3512c955042e4357736dd8be3a1165be2eb34bbc
parentdce568c1a48730cc76ce672b9f96e1b65c9dd6b4 (diff)
gnu: Add go-github-com-bool64-dev.
* gnu/packages/golang-check.scm (go-github-com-bool64-dev): New variable. Change-Id: I6fce0b2cf64735ce2719d32063a37af2184aecf3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-check.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 3061731ad1..e51cf1bf90 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -178,6 +178,30 @@ github.com/sergi/go-diff, mainly for diffing strings in tests.")
results, converting test names WrittenInCamelCase into ordinary sentences.")
(license license:expat)))
+(define-public go-github-com-bool64-dev
+ (package
+ (name "go-github-com-bool64-dev")
+ (version "0.2.37")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bool64/dev")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "041ng9z0qbmbj0l7lpj55d681b7p35lrr8vcyv3iqc1m6jzqqg5q"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/bool64/dev"))
+ (home-page "https://github.com/bool64/dev")
+ (synopsis "Go development helpers")
+ (description
+ "This package provides scripts and workflows to automate common routines
+for Golang projects via modular Makefiles and GitHub Actions.")
+ (license license:expat)))
+
(define-public go-github-com-caarlos0-testfs
(package
(name "go-github-com-caarlos0-testfs")