rekahsoft-gnu: Add go-github-com-matoous-go-nanoid

This commit is contained in:
Collin J. Doering 2023-05-22 13:40:03 -04:00
parent bd71c053b1
commit d6807428a5
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 23 additions and 0 deletions

View File

@ -169,6 +169,29 @@ processes from your @code{Procfile} in a single terminal.")
(@@url{https://github.com/bkeepers/dotenv,https://github.com/bkeepers/dotenv})")
(license license:expat)))
(define-public go-github-com-matoous-go-nanoid
(package
(name "go-github-com-matoous-go-nanoid")
(version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/matoous/go-nanoid")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0srq4qa9my72ry8d27khjr9326cmahxil0n25v9g4dcn3ib0jf45"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/matoous/go-nanoid"))
(home-page "https://github.com/matoous/go-nanoid")
(synopsis "Go Nanoid")
(description
"This package is Go implementation of @@url{https://github.com/ai,ai's}
@@url{https://github.com/ai/nanoid,nanoid}!")
(license license:expat)))
;; TODO: this package is not yet complete, but was accidentally
;; committed. Commenting it out until it is completed.
;;