mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-joho-godotenv.
* gnu/packages/golang-xyz.scm (go-github-com-joho-godotenv): New variable. Change-Id: Ifb8235d5bc2772545ba7ec9ad1014e505f7a59e3
This commit is contained in:
parent
00c6a41482
commit
c6a575bade
1 changed files with 24 additions and 0 deletions
|
@ -7355,6 +7355,30 @@ just matching lines. This package proviedes a CLI tool and @code{colors}
|
||||||
library.")
|
library.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public go-github-com-joho-godotenv
|
||||||
|
(package
|
||||||
|
(name "go-github-com-joho-godotenv")
|
||||||
|
(version "1.5.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/joho/godotenv")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "03vijs05k31jdf24pzj3vlk6b5jxf894v1kvzals4wzclyq2h3ch"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/joho/godotenv"))
|
||||||
|
(home-page "https://github.com/joho/godotenv")
|
||||||
|
(synopsis "Golang libary to load environment variables from @code{.env}")
|
||||||
|
(description
|
||||||
|
"This package provides a Go port of the Ruby's dotenv library
|
||||||
|
https://github.com/bkeepers/dotenv.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jonboulle-clockwork
|
(define-public go-github-com-jonboulle-clockwork
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jonboulle-clockwork")
|
(name "go-github-com-jonboulle-clockwork")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue