unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52915] [PATCH] gnu: Add go-github-com-mvdan-gofumpt.
@ 2021-12-31 14:54 Philip Kaludercic
  2022-08-13 14:25 ` [bug#52915] Sharlatan Hellseher
  2023-09-01 21:58 ` bug#52915: [PATCH] gnu: Add go-github-com-mvdan-gofumpt Vagrant Cascadian
  0 siblings, 2 replies; 4+ messages in thread
From: Philip Kaludercic @ 2021-12-31 14:54 UTC (permalink / raw)
  To: 52915; +Cc: Philip Kaludercic

* golang.scm (go-github-com-mvdan-gofumpt): New variable.
---
 gnu/packages/golang.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1223887bf2..d289bd54ad 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8846,3 +8846,35 @@ (define-public go-github-com-arceliar-ironwood
 @url{https://github.com/yggdrasil-network/yggdrasil-go,Yggdrasil}, but it may
 be useful for other network applications.")
     (license license:mpl2.0)))
+
+(define-public go-github-com-mvdan-gofumpt
+  (package
+    (name "go-github-com-mvdan-gofumpt")
+    (version "0.2.1")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/mvdan/gofumpt")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "0rczlicfvvhvx8l3ngcd04mjam80mb5ay0vrim9w2max04kyairn"))))
+    (build-system go-build-system)
+    (arguments '(#:import-path "github.com/mvdan/gofumpt"))
+    (propagated-inputs
+      `(("go-golang-org-x-tools" ,go-golang-org-x-tools)
+        ("go-golang-org-x-sys" ,go-golang-org-x-sys)
+        ("go-golang-org-x-mod" ,go-golang-org-x-mod)
+        ("go-github-com-rogpeppe-go-internal"
+         ,go-github-com-rogpeppe-go-internal)
+        ("go-github-com-google-go-cmp" ,go-github-com-google-go-cmp)
+        ("go-github-com-frankban-quicktest"
+         ,go-github-com-frankban-quicktest)))
+    (home-page "https://github.com/mvdan/gofumpt")
+    (synopsis "gofumpt")
+    (description
+      "Enforce a stricter format than @code{gofmt}, while being backwards compatible.
+That is, @code{gofumpt} is happy with a subset of the formats that @code{gofmt}
+is happy with.")
+    (license license:bsd-3)))
-- 
2.34.0





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

end of thread, other threads:[~2023-09-01 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 14:54 [bug#52915] [PATCH] gnu: Add go-github-com-mvdan-gofumpt Philip Kaludercic
2022-08-13 14:25 ` [bug#52915] Sharlatan Hellseher
2022-08-13 21:28   ` [bug#52915] ( via Guix-patches via
2023-09-01 21:58 ` bug#52915: [PATCH] gnu: Add go-github-com-mvdan-gofumpt Vagrant Cascadian

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