[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54882] [PATCH v3 2/6] gnu: Add go-git-sr-ht--emersion-go-scfg.
From: |
Dhruvin Gandhi |
Subject: |
[bug#54882] [PATCH v3 2/6] gnu: Add go-git-sr-ht--emersion-go-scfg. |
Date: |
Wed, 22 Jun 2022 18:29:11 +0530 |
* gnu/packages/golang.scm (go-git-sr-ht--emersion-go-scfg): New variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f7ea36c636..8e7460db02 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9866,3 +9866,26 @@ (define-public go-github-com-google-shlex
"Package shlex implements a simple lexer which splits input into tokens
using
shell-style rules for quoting and commenting.")
(license license:asl2.0)))
+
+(define-public go-git-sr-ht--emersion-go-scfg
+ (package
+ (name "go-git-sr-ht--emersion-go-scfg")
+ (version "0.0.0-20211215104734-c2c7a15d6c99")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~emersion/go-scfg")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "02gn8hz8zfv8y0krysx2wv951gw8hmhdfqf1ysidwm7i293365w4"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "git.sr.ht/~emersion/go-scfg"))
+ (propagated-inputs
+ (list go-github-com-google-shlex
+ go-github-com-davecgh-go-spew))
+ (home-page "https://git.sr.ht/~emersion/go-scfg")
+ (synopsis "Go library for simple configuration file format")
+ (description "Package go-scfg parses scfg files.")
+ (license license:expat)))
--
2.36.1
- [bug#54882] [PATCH v3 0/6] gnu: Add hut., Dhruvin Gandhi, 2022/06/22
- [bug#54882] [PATCH v3 1/6] gnu: Add go-github-com-google-shlex., Dhruvin Gandhi, 2022/06/22
- [bug#54882] [PATCH v3 6/6] gnu: Add hut., Dhruvin Gandhi, 2022/06/22
- [bug#54882] [PATCH v3 2/6] gnu: Add go-git-sr-ht--emersion-go-scfg.,
Dhruvin Gandhi <=
- [bug#54882] [PATCH v3 3/6] gnu: Add go-git-sr-ht--emersion-gqlclient., Dhruvin Gandhi, 2022/06/22
- [bug#54882] [PATCH v3 4/6] gnu: Add go-github-com-juju-ansiterm., Dhruvin Gandhi, 2022/06/22
- [bug#54882] [PATCH v3 5/6] gnu: Add go-github-com-lunixbochs-vtclean., Dhruvin Gandhi, 2022/06/22