emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46080: closed ([PATCH 3/6] gnu: Added go-github-com-caarlos0-spin.)


From: GNU bug Tracking System
Subject: bug#46080: closed ([PATCH 3/6] gnu: Added go-github-com-caarlos0-spin.)
Date: Fri, 29 Mar 2024 14:36:03 +0000

Your message dated Fri, 29 Mar 2024 14:35:09 +0000
with message-id <87a5mhds2q.fsf@gmail.com>
and subject line [PATCH 3/6] gnu: Added go-github-com-caarlos0-spin.
has caused the debbugs.gnu.org bug report #46080,
regarding [PATCH 3/6] gnu: Added go-github-com-caarlos0-spin.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46080: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46080
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 3/6] gnu: Added go-github-com-caarlos0-spin. Date: Sun, 24 Jan 2021 11:55:29 -0600
* gnu/packages/golang.scm (go-github-com-caarlos0-spin): New variable.
---
 gnu/packages/golang.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 384cdc5a1c..0cd6053872 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6705,6 +6705,27 @@ compressed streams in Go.")
 supports Printf/Sprintf etc.")
     (license license:unlicense)))
 
+(define-public go-github-com-caarlos0-spin
+  (package
+    (name "go-github-com-caarlos0-spin")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/caarlos0-graveyard/spin.git";)
+             (commit (string-append "v" version))))
+       (sha256
+        (base32 "1pnijds4145j8nsxvq8203r2sg2pbk7x8prkdg2ilghhrzqj6vyc"))
+       (file-name (git-file-name name version))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/caarlos0/spin"))
+    (home-page "https://github.com/caarlos0-graveyard/spin";)
+    (synopsis "Simple spinner for cli apps")
+    (description "A very simple spinner for cli golang apps.")
+    (license license:expat)))
+
 (define-public go-github-com-songmu-gitconfig
   (package
     (name "go-github-com-songmu-gitconfig")
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: [PATCH 3/6] gnu: Added go-github-com-caarlos0-spin. Date: Fri, 29 Mar 2024 14:35:09 +0000

Closing as duplicate.

wally-cli was added from  <https://issues.guix.gnu.org/47769>.

Thanks,
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]