guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: Add go-github-com-danwakefield-fnmatch.


From: guix-commits
Subject: 01/05: gnu: Add go-github-com-danwakefield-fnmatch.
Date: Tue, 23 Jun 2020 08:13:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d6bae2b7bcc2a416c5b349b2b921725442239835
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Tue Oct 1 17:37:05 2019 -0400

    gnu: Add go-github-com-danwakefield-fnmatch.
    
    * gnu/packages/golang.scm (go-github-com-danwakefield-fnmatch): New
    variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a3b1c6c..4456db0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3615,6 +3615,31 @@ sensors).")
       (home-page "https://github.com/shirou/gopsutil";)
       (license license:bsd-3))))
 
+(define-public go-github-com-danwakefield-fnmatch
+  (let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")
+        (revision "0"))
+    (package
+     (name "go-github-com-danwakefield-fnmatch")
+     (version (git-version "0.0.0" revision commit))
+     (source
+      (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/danwakefield/fnmatch";)
+             (commit commit)))
+       (sha256
+        (base32
+         "0cbf511ppsa6hf59mdl7nbyn2b2n71y0bpkzbmfkdqjhanqh1lqz"))
+       (file-name (git-file-name name version))))
+     (build-system go-build-system)
+     (arguments
+      '(#:import-path "github.com/danwakefield/fnmatch"))
+     (home-page "https://github.com/danwakefield/fnmatch";)
+     (synopsis "Updated clone of kballards golang fnmatch gist")
+     (description "This package provides an updated clone of kballards golang
+fnmatch gist (https://gist.github.com/kballard/272720).")
+     (license license:bsd-2))))
+
 (define-public go-github-com-fatih-color
   (package
     (name "go-github-com-fatih-color")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]