[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/24: gnu: Add go-github-com-a8m-envsubst.
From: |
guix-commits |
Subject: |
01/24: gnu: Add go-github-com-a8m-envsubst. |
Date: |
Fri, 16 Feb 2024 09:21:11 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8595b82d5536f4b18ce9a78142ee02fd7dd8fd4a
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:19:47 2023 +0800
gnu: Add go-github-com-a8m-envsubst.
* gnu/packages/golang-xyz.scm (go-github-com-a8m-envsubst): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I356924d0eb4137425608d64d7ed16e1430b9be03
---
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 50beb0dffe..5312198009 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
+;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2023 Katherine Cox-Buday <cox.katherine.e@gmail.com>
;;; Copyright © 2023, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
@@ -50,6 +51,29 @@
;;;
;;; Code:
+(define-public go-github-com-a8m-envsubst
+ (package
+ (name "go-github-com-a8m-envsubst")
+ (version "1.4.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/a8m/envsubst")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1mjs729g9nmalx25l4nn3p07amm4vsciqmdf0jbh2jwpy1zymz41"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/a8m/envsubst"))
+ (home-page "https://github.com/a8m/envsubst")
+ (synopsis "Environment variables substitution for Go")
+ (description
+ "This package provides a library for environment variables
+substitution.")
+ (license license:expat)))
+
(define-public go-github-com-anmitsu-go-shlex
(package
(name "go-github-com-anmitsu-go-shlex")
- 18/24: gnu: go-github-com-magiconair-properties: Update to 1.8.7., (continued)
- 18/24: gnu: go-github-com-magiconair-properties: Update to 1.8.7., guix-commits, 2024/02/16
- 05/24: gnu: Add go-github-com-alecthomas-participle-v2., guix-commits, 2024/02/16
- 21/24: gnu: go-github-com-op-go-logging: Move to golang-xyz., guix-commits, 2024/02/16
- 19/24: gnu: Add go-github-com-pelletier-go-toml-v2., guix-commits, 2024/02/16
- 23/24: gnu: Add go-github-com-mikefarah-yq-v4., guix-commits, 2024/02/16
- 24/24: gnu: Add yq., guix-commits, 2024/02/16
- 22/24: gnu: Add go-gopkg-in-op-go-logging-v1., guix-commits, 2024/02/16
- 07/24: gnu: Add go-github-com-elliotchance-orderedmap., guix-commits, 2024/02/16
- 10/24: gnu: go-github-com-fatih-color: Update to 1.16.0., guix-commits, 2024/02/16
- 12/24: gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1., guix-commits, 2024/02/16
- 01/24: gnu: Add go-github-com-a8m-envsubst.,
guix-commits <=
- 13/24: gnu: go-github-com-leodido-go-urn: Update to 1.4.0., guix-commits, 2024/02/16
- 06/24: gnu: Add go-github-com-dimchansky-utfbom., guix-commits, 2024/02/16
- 08/24: gnu: go-github-com-mattn-go-isatty: Update to 0.0.20., guix-commits, 2024/02/16
- 15/24: gnu: Add go-github-com-go-playground-validator-v10., guix-commits, 2024/02/16
- 14/24: gnu: Add go-github-com-go-playground-assert-v2., guix-commits, 2024/02/16
- 20/24: gnu: go-github-com-spf13-cobra: Update to 1.8.0., guix-commits, 2024/02/16
- 16/24: gnu: go-github-com-goccy-yaml: Update to 1.11.3., guix-commits, 2024/02/16