guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: Add go-github-com-xaionaro-gosrc.


From: guix-commits
Subject: 06/07: gnu: Add go-github-com-xaionaro-gosrc.
Date: Sat, 25 Jan 2025 03:44:54 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 93f3bf0a16d72dbb51027c5519079e8c400c83a4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 25 08:29:09 2025 +0000

    gnu: Add go-github-com-xaionaro-gosrc.
    
    * gnu/packages/golang-xyz.scm (go-github-com-xaionaro-gosrc): New variable.
    
    Change-Id: Ie7726ed53c7c4d98aa58e2afbe600073b8a9c4b1
---
 gnu/packages/golang-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9e0b391956..cb17c10756 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15382,6 +15382,38 @@ edges and self-loops are not permitted.
 @code{[]byte}.")
     (license license:cc0)))
 
+(define-public go-github-com-xaionaro-gosrc
+  (let ((commit "3fdf8476a735bd7ddd90579862e2e548787b17b6")
+        (revision "0"))
+    (package
+      (name "go-github-com-xaionaro-gosrc")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/xaionaro-go/gosrc";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0j0y0r0nj39537x7yk9yfc3k6dqbw14b65ykjnbmsxkhpjjpxf3v"))))
+      (build-system go-build-system)
+      (arguments
+       (list
+        #:import-path "github.com/xaionaro-go/gosrc"))
+      (native-inputs
+       (list go-github-com-stretchr-testify))
+      (propagated-inputs
+       (list go-github-com-xaionaro-go-unsafetools
+             go-github-com-fatih-structtag))
+      (home-page "https://github.com/xaionaro-go/gosrc";)
+      (synopsis "Parse Go packages to handy structures")
+      (description
+       "This package just simplifies working with @code{go/*} packages to parse
+a source code. Initially the package was written to simplify code
+generation.")
+      (license license:cc0))))
+
 (define-public go-github-com-xdg-go-stringprep
   (package
     (name "go-github-com-xdg-go-stringprep")



reply via email to

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