guix-commits
[Top][All Lists]
Advanced

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

27/34: gnu: Add go-github-com-sabhiram-go-gitignore.


From: Pierre Neidhardt
Subject: 27/34: gnu: Add go-github-com-sabhiram-go-gitignore.
Date: Wed, 24 Oct 2018 06:28:53 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 20f48e4b5da6b0ea818a10651900ed62315348e2
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Oct 24 12:05:02 2018 +0200

    gnu: Add go-github-com-sabhiram-go-gitignore.
    
    * gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore): New 
variable.
---
 gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d1b5c86..f614c41 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3181,3 +3181,30 @@ as conversion to and from @command{net.Addr}.")
 - because testing panics is ugly.
 @end itemize\n")
       (license license:expat))))
+
+(define-public go-github-com-sabhiram-go-gitignore
+  (let ((commit "d3107576ba9425fc1c85f4b3569c4631b805a02e")
+        (revision "0"))
+    (package
+      (name "go-github-com-sabhiram-go-gitignore")
+      (version (git-version "1.0.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/sabhiram/go-gitignore.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1rdwyxgcsiwgmlqnc3k6h300mzlvjc3j21np4yh1h476wc8dvl0l"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path
+         "github.com/sabhiram/go-gitignore"))
+      (native-inputs
+       `(("go-github-com-stretchr-testify" ,go-github-com-stretchr-testify)))
+      (home-page "https://github.com/sabhiram/go-gitignore";)
+      (synopsis "Gitignore parser for Go")
+      (description "A @command{.gitignore} parser for Go.")
+      (license license:expat))))



reply via email to

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