From: spencerpeters via Guix-patches via <guix-patches@gnu.org>
To: "72247@debbugs.gnu.org" <72247@debbugs.gnu.org>
Subject: [bug#72247] [PATCH 1/2] gnu: Add go-go-senan-xyz-flagconf
Date: Sun, 11 Aug 2024 21:25:32 +0000 [thread overview]
Message-ID: <GIazstlpNqB5rxdGo_SnQh3-IBuBwCXJJ-dbml8r2IKkLNQqj_VLFRbpNSRtOVczJgfZwG0wRmHTbhZu9mLvHfBnnP-y1d9V2J8w423deWo=@protonmail.com> (raw)
In-Reply-To: <2Xh3jxR4X-H20Km1eJ-UuepUFnzSjrrXIHERqcpL9aQBFgsJ8G5do6exhFd4uwKtGstaSQoB55L-_RIfB14_mLinHVdNVm1htiX07F1QdwM=@protonmail.com>
I've fixed the inputs for go-go-senan-xyz-flagconf and cliphist and I've updated the build-system arguments as well as the [synopsis] and [description] fields for cliphist. I believe the formatting issues were caused by my email client--hopefully this time it doesn't mess up the indentation again.
Best, Spencer
* gnu/packages/golang-xyz.scm (go-go-senan-xyz-flagconf): New variable.
Change-Id: I3edcda63ca09e1370be4da8c6926bacde5d66cbf
---
gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 32b904c59c..22f5124d7c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -39,6 +39,7 @@
;;; Copyright © 2024 Jesse Eisses <jesse@eisses.email>
;;; Copyright © 2024 Luis Higino <luishenriquegh2701@gmail.com>
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5527,6 +5528,34 @@ (define-public go-go-etcd-io-bbolt
Postgres or MySQL.")
(license license:expat)))
+(define-public go-go-senan-xyz-flagconf
+ (package
+ (name "go-go-senan-xyz-flagconf")
+ (version "0.1.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sentriz/flagconf")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1rms7hj1cdi5gfyhf1am1f8c4lq9ll4ashqi87yc6aq93gqgkag0"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:go go-1.21
+ #:import-path "go.senan.xyz/flagconf"))
+ (propagated-inputs (list go-github-com-rogpeppe-go-internal
+ go-golang-org-x-sys
+ go-golang-org-x-tools))
+ (home-page "https://go.senan.xyz/flagconf")
+ (synopsis "Extensions to Go's flag package")
+ (description
+ "Flagconf provides extensions to Go's flag package to support prefixed
+environment variables and a simple config file format.")
+ (license license:expat)))
+
(define-public go-go-uber-org-atomic
(package
(name "go-go-uber-org-atomic")
--
2.45.2
next prev parent reply other threads:[~2024-08-11 21:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-23 1:50 [bug#72247] [PATCH 0/2] gnu: Add cliphist spencerpeters via Guix-patches via
2024-07-23 1:56 ` [bug#72247] [PATCH 1/2] gnu: Add go-go-senan-xyz-flagconf spencerpeters via Guix-patches via
2024-07-23 1:57 ` [bug#72247] [PATCH 2/2] * gnu/packages/xdisorg.scm (cliphist): New variable spencerpeters via Guix-patches via
2024-07-28 22:24 ` [bug#72247] [PATCH 0/2] gnu: Add cliphist Sharlatan Hellseher
2024-08-11 21:25 ` spencerpeters via Guix-patches via [this message]
2024-08-11 21:26 ` [bug#72247] [PATCH 2/2] " spencerpeters via Guix-patches via
2024-08-26 23:38 ` bug#72247: [PATCH 0/2] " Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='GIazstlpNqB5rxdGo_SnQh3-IBuBwCXJJ-dbml8r2IKkLNQqj_VLFRbpNSRtOVczJgfZwG0wRmHTbhZu9mLvHfBnnP-y1d9V2J8w423deWo=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=72247@debbugs.gnu.org \
--cc=spencerpeters@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).