mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: Add go-github-com-fatih-camelcase.
* gnu/packages/golang-xyz.scm (go-github-com-fatih-camelcase): New variable. Change-Id: Ib1d79b40869ffdfa1eadd02b20c751565eb4d7da
This commit is contained in:
parent
282775fb67
commit
cfd8425b85
1 changed files with 24 additions and 0 deletions
|
@ -5064,6 +5064,30 @@ in a consistent state and never represent an in-progress write.")
|
|||
Alphanum Algorithm} developed by Dave Koelle in Go.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-fatih-camelcase
|
||||
(package
|
||||
(name "go-github-com-fatih-camelcase")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/fatih/camelcase")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0z7rw6f5j97dkzqya257dqlxf3cm8zl508081gmnr4bsjhkwpz2l"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/fatih/camelcase"))
|
||||
(home-page "https://github.com/fatih/camelcase")
|
||||
(synopsis "Split a camelcase word into a slice of words in Go")
|
||||
(description
|
||||
"Package camelcase is a micro package to split the words of a camelcase type
|
||||
string into a slice of words.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-fatih-color
|
||||
(package
|
||||
(name "go-github-com-fatih-color")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue