unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Leo Famulari <leo@famulari.name>
Cc: 34271@debbugs.gnu.org
Subject: [bug#34271] [PATCH 1/2] gnu: Add go-github-com-direnv-go-dotenv.
Date: Fri, 01 Feb 2019 16:06:21 +0100	[thread overview]
Message-ID: <87r2cr1rbm.fsf@cbaines.net> (raw)
In-Reply-To: <271701d6c65ad6565dc18f648b7de248e8e7d414.1549025201.git.leo@famulari.name>

[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]


Leo Famulari <leo@famulari.name> writes:

> * gnu/packages/golang.scm (go-github-com-direnv-go-dotenv): New variable.
> ---
>  gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
> index e6269f526f..cedfabe5bf 100644
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -3365,3 +3365,28 @@ have super fancy logs.")
>        (synopsis "Filesystem-related functions for Go")
>        (description "Package fs provides filesystem-related functions.")
>        (license license:bsd-3))))
> +
> +(define-public go-github-com-direnv-go-dotenv
> +  (let ((commit "4cce6d1a66f7bc8dc730eab85cab6af1b801abed")
> +        (revision "0"))
> +    (package
> +      (name "go-github-com-direnv-go-dotenv")
> +      (version (git-version "0.0.0" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/direnv/go-dotenv")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32
> +           "00wn4fc2lma0csf6ryvlc6k9jbpbifm4n7i3kkd2xrfw5qlm29b6"))))
> +      (build-system go-build-system)
> +      (arguments
> +       '(#:import-path "github.com/direnv/go-dotenv"))
> +      (home-page "https://github.com/direnv/go-dotenv")
> +      (synopsis "Go dotenv parsing library")
> +      (description "This package provides a library for parsing the dotenv
> +format in Go.")
> +      (license license:expat))))

Looks good to me :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

      parent reply	other threads:[~2019-02-01 15:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-01 12:41 [bug#34271] Direnv 2.15.2 update Leo Famulari
2019-02-01 12:46 ` [bug#34271] [PATCH 1/2] gnu: Add go-github-com-direnv-go-dotenv Leo Famulari
2019-02-01 12:46   ` [bug#34271] [PATCH 2/2] gnu: direnv: Update to 2.15.2 Leo Famulari
2019-02-01 15:07     ` Christopher Baines
2019-02-01 15:06   ` Christopher Baines [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r2cr1rbm.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=34271@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).