all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Alex Griffin" <a@ajgrf.com>
To: 39077@debbugs.gnu.org
Subject: [bug#39077] [PATCH 3/4] gnu: Add go-github-com-mattn-go-zglob.
Date: Fri, 10 Jan 2020 22:34:07 +0000	[thread overview]
Message-ID: <26154f24-ab7f-4a6c-b021-b97f9cb559bd@www.fastmail.com> (raw)
In-Reply-To: <130dbe95-6f71-4b93-a675-c2e4f2d6e396@www.fastmail.com>

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

attached

-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0003-gnu-Add-go-github-com-mattn-go-zglob.patch --]
[-- Type: text/x-patch; name="0003-gnu-Add-go-github-com-mattn-go-zglob.patch", Size: 1686 bytes --]

From 9ff783804d62248eb0efcfb69588b4e3cf49e2e1 Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Fri, 10 Jan 2020 13:36:57 -0600
Subject: [PATCH 3/4] gnu: Add go-github-com-mattn-go-zglob.

* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9dd9b37cf0..8665a5f26e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3105,3 +3105,25 @@ alternative to @code{reflect.DeepEqual} for comparing whether two values
 are semantically equal in Go (for writing tests).")
     (home-page "https://godoc.org/github.com/google/go-cmp/cmp")
     (license license:asl2.0)))
+
+(define-public go-github-com-mattn-go-zglob
+  (package
+    (name "go-github-com-mattn-go-zglob")
+    (version "0.0.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/mattn/go-zglob.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1sncdyq5fbd42al4amyy91h7vlzm3wm6c9vl8za2pjgfgsd581fz"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/mattn/go-zglob"))
+    (home-page "https://github.com/mattn/go-zglob")
+    (synopsis "Glob library that descends into other directories")
+    (description " A glob library that implements descending into other
+directories.  It is optimized for filewalking. ")
+    (license license:expat)))
-- 
2.24.1


  parent reply	other threads:[~2020-01-10 22:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 22:29 [bug#39077] [PATCH 0/4] gnu: Add browserpass-native Alex Griffin
2020-01-10 22:32 ` [bug#39077] [PATCH 1/4] gnu: go-github-com-sirupsen-logrus: Propagate inputs Alex Griffin
2020-01-10 22:33 ` [bug#39077] [PATCH 2/4] gnu: Add go-github-com-rifflock-lfshook Alex Griffin
2020-01-10 22:34 ` Alex Griffin [this message]
2020-01-10 22:34 ` [bug#39077] [PATCH 4/4] gnu: Add browserpass-native Alex Griffin
2020-02-22 14:20 ` [bug#39077] [PATCH 0/4] " Alex Griffin
2020-03-13  2:19 ` bug#39077: " Alex Griffin

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

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

  git send-email \
    --in-reply-to=26154f24-ab7f-4a6c-b021-b97f9cb559bd@www.fastmail.com \
    --to=a@ajgrf.com \
    --cc=39077@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.