mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-sigs-k8s-io-randfill.
* gnu/packages/golang-check.scm (go-sigs-k8s-io-randfill): New variable. Change-Id: Ib21f097667686ccff5d97431ab8d449c7c674cb9
This commit is contained in:
parent
938c7d307f
commit
03af506e47
1 changed files with 24 additions and 0 deletions
|
@ -3019,6 +3019,30 @@ thoroughly
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(define-public go-sigs-k8s-io-randfill
|
||||||
|
(package
|
||||||
|
(name "go-sigs-k8s-io-randfill")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kubernetes-sigs/randfill")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1nk0vk269jw0k155yna43jx9lz4dbzhlhp98jrk8iwqn7k250my6"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:go go-1.23
|
||||||
|
#:import-path "sigs.k8s.io/randfill"))
|
||||||
|
(home-page "https://sigs.k8s.io/randfill")
|
||||||
|
(synopsis "Fuzz testing for Golang")
|
||||||
|
(description
|
||||||
|
"Package randfill is a library for populating go objects with random values.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Executables:
|
;;; Executables:
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue