[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74495] [PATCH 03/15] gnu: Add go-github-com-makenowjust-heredoc.
From: |
Sharlatan Hellseher |
Subject: |
[bug#74495] [PATCH 03/15] gnu: Add go-github-com-makenowjust-heredoc. |
Date: |
Thu, 28 Nov 2024 23:48:57 +0000 |
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
* gnu/packages/golang-xyz.scm (go-github-com-makenowjust-heredoc): New variable.
Change-Id: I686dfd6a798da764b004a53a562ca788e70f8cd5
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 561b82af11..fefc5c6a97 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4893,6 +4893,30 @@ (define-public go-github-com-logrusorgru-aurora-v4
(native-inputs
(list go-github-com-stretchr-testify))))
+(define-public go-github-com-makenowjust-heredoc
+ (package
+ (name "go-github-com-makenowjust-heredoc")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/makenowjust/heredoc")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "18f21zm8n2wlnkz1ylw8rcxmqxyv2rlz8749yfqggm2m0m2884pj"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/MakeNowJust/heredoc"))
+ (home-page "https://github.com/MakeNowJust/heredoc")
+ (synopsis "Here-documents with indent")
+ (description
+ "This package implements a functionality of creating here-documents from
+raw strings.")
+ (license license:expat)))
+
(define-public go-github-com-marcinbor85-gohex
;; No release, see <https://github.com/marcinbor85/gohex/issues/5>.
(let ((commit "baab2527a9a2a4abb3dc06baabedfa5e0268b8d8")
--
2.46.0
- [bug#74495] [PATCH v2 08/16] gnu: Add go-github-com-charmbracelet-lipgloss., (continued)
- [bug#74495] [PATCH v2 08/16] gnu: Add go-github-com-charmbracelet-lipgloss., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 13/16] gnu: Add go-github-com-charmbracelet-x-term., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 12/16] gnu: go-github-com-charmbracelet-bubbletea: Remove input labels., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 14/16] gnu: Add go-github-com-muesli-ansi., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 16/16] gnu: Add go-github-com-noahgorstein-jqp., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 15/16] gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.3., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH 00/16] gnu: Add go-github-com-noahgorstein-jqp., Artyom V. Poptsov, 2024/11/26
- [bug#74495] [PATCH 00/15] gnu: Add go-jqp., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 02/15] gnu: Add go-github-com-aymanbagabas-go-udiff., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 01/15] gnu: Add go-github-com-atotto-clipboard., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 03/15] gnu: Add go-github-com-makenowjust-heredoc.,
Sharlatan Hellseher <=
- [bug#74495] [PATCH 09/15] gnu: Add go-github-com-charmbracelet-lipgloss., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 13/15] gnu: gojq: Adjust import path., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 14/15] gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.3., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 05/15] gnu: Add go-github-com-sahilm-fuzzy., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 07/15] gnu: Add go-github-com-charmbracelet-x-exp-golden., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 10/15] gnu: Add go-github-com-charmbracelet-bubbles., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 15/15] gnu: Add go-jqp., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 04/15] gnu: Add go-github-com-kylelemons-godebug-pretty., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 08/15] gnu: Add go-github-com-charmbracelet-x-term., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 11/15] gnu: Add go-github-com-muesli-ansi., Sharlatan Hellseher, 2024/11/28