summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-10 12:02:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-22 20:13:07 +0100
commitc5a0c97f0ba2c0e71934ac82a57c8b13af5f0586 (patch)
treee6bf2539975ce91ff3a29341e5ffec29ab927ef6 /gnu/packages/golang-xyz.scm
parent5e679fc794184470f685ae7f7bbef8c771246836 (diff)
gnu: Add go-github-com-dustinkirkland-golang-petname.
* gnu/packages/golang-xyz.scm (go-github-com-dustinkirkland-golang-petname): New variable. Change-Id: I0df7dc01d1188eb0596601388b44ee3e0967525a
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2517a9722c..15256f5dbf 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5711,6 +5711,32 @@ Implements string conversion functionality for unit prefixes.
sizes. It converts boring ugly numbers to human-friendly strings and back.")
(license license:expat)))
+(define-public go-github-com-dustinkirkland-golang-petname
+ (package
+ (name "go-github-com-dustinkirkland-golang-petname")
+ (version "0.0.0-20240428194347-eebcea082ee0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dustinkirkland/golang-petname")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1s43l8d8vysjaxq0xmmpzb2w1xnfc1f6j6g0xpfhyjln0r49k6gc"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/dustinkirkland/golang-petname"))
+ (home-page "https://github.com/dustinkirkland/golang-petname")
+ (synopsis "RFC 1178 pet names implementation in Golang")
+ (description
+ "This package provides an @url{https://tools.ietf.org/html/rfc1178,
+RFC1178} implementation to generate pronounceable, sometimes even memorable,
+\"pet names\", consisting of a random combination of adverbs, an adjective,
+and an animal name")
+ (license license:asl2.0)))
+
(define-public go-github-com-eapache-channels
(package
(name "go-github-com-eapache-channels")