[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72874] [PATCH 6/8] gnu: Add jfmt.
From: |
gemmaro |
Subject: |
[bug#72874] [PATCH 6/8] gnu: Add jfmt. |
Date: |
Fri, 30 Aug 2024 00:14:08 +0900 |
* 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
- [bug#72874] [PATCH 0/8] gnu: Add toml-test., gemmaro, 2024/08/29
- [bug#72874] [PATCH 1/8] gnu: Add go-zgo-at-runewidth., gemmaro, 2024/08/29
- [bug#72874] [PATCH 2/8] gnu: Add go-zgo-at-termtext., gemmaro, 2024/08/29
- [bug#72874] [PATCH 4/8] gnu: Add go-zgo-at-zli., gemmaro, 2024/08/29
- [bug#72874] [PATCH 6/8] gnu: Add jfmt.,
gemmaro <=
- [bug#72874] [PATCH 5/8] gnu: Add go-zgo-at-jfmt., gemmaro, 2024/08/29
- [bug#72874] [PATCH 7/8] gnu: Add go-github-com-toml-lang-toml-test., gemmaro, 2024/08/29
- [bug#72874] [PATCH 3/8] gnu: Add go-zgo-at-zstd., gemmaro, 2024/08/29
- [bug#72874] [PATCH 8/8] gnu: Add toml-test., gemmaro, 2024/08/29