all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gemmaro <gemmaro.dev@gmail.com>
To: 72874@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>, gemmaro <gemmaro.dev@gmail.com>
Subject: [bug#72874] [PATCH 6/8] gnu: Add jfmt.
Date: Fri, 30 Aug 2024 00:14:08 +0900	[thread overview]
Message-ID: <4cc93f9fc439cb7ada289caec17dbd7be6f4eb50.1724943942.git.gemmaro.dev@gmail.com> (raw)
In-Reply-To: <cover.1724943942.git.gemmaro.dev@gmail.com>

* gnu/packages/golang-xyz.scm (jfmt): New variable.

Change-Id: I73a979407e2497a8b8a4a50d1efae04a269c2822
---
 gnu/packages/golang-xyz.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1c37fe0355..ca5830c3e8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7198,6 +7198,16 @@ (define-public go-ulid
                     " This package provides an command line interface (CLI)
 tool."))))
 
+(define-public jfmt
+  (package/inherit go-zgo-at-jfmt
+    (name "jfmt")
+    (arguments (list #:install-source? #f
+                     #:import-path "zgo.at/jfmt/cmd/jfmt"
+                     #:unpack-path "zgo.at/jfmt"))
+    (description
+     (string-append (package-description go-zgo-at-jfmt)
+                    "  This package provides a command line interface (CLI) tool."))))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.45.2





  parent reply	other threads:[~2024-08-29 15:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-29 15:07 [bug#72874] [PATCH 0/8] gnu: Add toml-test gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 1/8] gnu: Add go-zgo-at-runewidth gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 2/8] gnu: Add go-zgo-at-termtext gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 3/8] gnu: Add go-zgo-at-zstd gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 4/8] gnu: Add go-zgo-at-zli gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 5/8] gnu: Add go-zgo-at-jfmt gemmaro
2024-08-29 15:14 ` gemmaro [this message]
2024-08-29 15:14 ` [bug#72874] [PATCH 7/8] gnu: Add go-github-com-toml-lang-toml-test gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 8/8] gnu: Add toml-test gemmaro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4cc93f9fc439cb7ada289caec17dbd7be6f4eb50.1724943942.git.gemmaro.dev@gmail.com \
    --to=gemmaro.dev@gmail.com \
    --cc=72874@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.