unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46470] [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.
@ 2021-02-12 21:51 Stefan Reichör
  2021-02-12 21:51 ` [bug#46471] [PATCH 2/2] gnu: Add run Stefan Reichör
  2021-02-15 10:44 ` bug#46470: [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing Nicolas Goaziou
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Reichör @ 2021-02-12 21:51 UTC (permalink / raw)
  To: 46470; +Cc: Stefan Reichör

* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): New variable.
---
 gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d34bb1acb7..fee190228a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6644,6 +6644,30 @@ modifying them.")
 @end itemize")
     (license license:expat)))
 
+(define-public go-github-com-tekwizely-go-parsing
+  (let ((commit "1548cfb17df54d365ce9febed0677c06a40a8ceb")
+        (revision "0"))
+    (package
+      (name "go-github-com-tekwizely-go-parsing")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/tekwizely/go-parsing")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0bv5amka8hb9crc7qvlzi2kbycqrnh9d46b9wgcs8wqzl0z7w609"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/tekwizely/go-parsing"))
+      (home-page "https://github.com/tekwizely/go-parsing")
+      (synopsis "A Multi-Package Go Repo Focused on Text Parsing, with Lexers, Parsers, and Related Utils")
+      (description "A Multi-Package Go Repo Focused on Text Parsing, with Lexers, Parsers, and Related Utils")
+      (license license:expat))))
+
 (define-public go-github.com-ulikunitz-xz
   (package
     (name "go-github.com-ulikunitz-xz")
-- 
2.25.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-17 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 21:51 [bug#46470] [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing Stefan Reichör
2021-02-12 21:51 ` [bug#46471] [PATCH 2/2] gnu: Add run Stefan Reichör
2021-03-17 21:34   ` bug#46471: " Ludovic Courtès
2021-02-15 10:44 ` bug#46470: [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing Nicolas Goaziou

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).