mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-dustinkirkland-golang-petname.
* gnu/packages/golang-xyz.scm (go-github-com-dustinkirkland-golang-petname): New variable. Change-Id: I0df7dc01d1188eb0596601388b44ee3e0967525a
This commit is contained in:
parent
5e679fc794
commit
c5a0c97f0b
1 changed files with 26 additions and 0 deletions
|
@ -5711,6 +5711,32 @@ Implements string conversion functionality for unit prefixes.
|
||||||
sizes. It converts boring ugly numbers to human-friendly strings and back.")
|
sizes. It converts boring ugly numbers to human-friendly strings and back.")
|
||||||
(license license:expat)))
|
(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
|
(define-public go-github-com-eapache-channels
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-eapache-channels")
|
(name "go-github-com-eapache-channels")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue