[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71843] [PATCH 10/26] gnu: Add go-tengo.
From: |
Sharlatan Hellseher |
Subject: |
[bug#71843] [PATCH 10/26] gnu: Add go-tengo. |
Date: |
Sun, 30 Jun 2024 10:05:50 +0100 |
* gnu/packages/golang-xyz.scm (go-tengo): New variable.
Change-Id: I8fb24d0bdd4eccb2da5f584edfec9b9ba1a9c4d5
---
gnu/packages/golang-xyz.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index d3afae5441..0208063845 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4659,6 +4659,20 @@ (define-public go-pixelmatch
"This package provides a CLI build from the
go-github-com-orisano-pixelmatch source.")))
+(define-public go-tengo
+ (package
+ (inherit go-github-com-d5-tengo-v2)
+ (name "tengo")
+ (arguments
+ (list
+ #:import-path "github.com/d5/tengo/cmd/tengo"
+ #:unpack-path "github.com/d5/tengo"
+ #:install-source? #f))
+ (description
+ (string-append (package-description go-github-com-d5-tengo-v2)
+ "\nThis package provides an 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.41.0
- [bug#71843] [PATCH 03/26] gnu: Add go-github-com-shopspring-decimal., (continued)
- [bug#71843] [PATCH 03/26] gnu: Add go-github-com-shopspring-decimal., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 05/26] gnu: Add go-github-com-adrg-xdg., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 07/26] gnu: Add go-github-com-dsnet-compress., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 08/26] gnu: Add go-github-com-expr-lang-expr., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 04/26] gnu: Add go-github-com-adrg-strutil., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 15/26] gnu: Add go-github-com-otiai10-copy., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 12/26] gnu: Add go-github-com-gookit-color., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 13/26] gnu: Add go-atomicgo-dev-assert., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 19/26] gnu: Add go-github-com-errata-ai-ini., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 21/26] gnu: Add go-atomicgo-dev-schedule., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 10/26] gnu: Add go-tengo.,
Sharlatan Hellseher <=
- [bug#71843] [PATCH 14/26] gnu: Add go-github-com-otiai10-mint., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 22/26] gnu: Add go-atomicgo-dev-keyboard., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 17/26] gnu: Add go-github-com-errata-ai-regexp2., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 24/26] gnu: Add go-github-com-pterm-pterm., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 18/26] gnu: Add go-github-com-jdkato-twine., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 09/26] gnu: Add go-github-com-d5-tengo-v2., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 16/26] gnu: Add go-github-com-neurosnap-sentences., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 23/26] gnu: Add go-github-com-marvinjwendt-testza., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 26/26] gnu: Add go-github-com-nwaples-rardecode-v2., Sharlatan Hellseher, 2024/06/30
- [bug#71843] [PATCH 20/26] gnu: Add go-atomicgo-dev-cursor., Sharlatan Hellseher, 2024/06/30