[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51730] [PATCH 21/21] gnu: Add rust-spotify-tui-0.25.
From: |
phodina |
Subject: |
[bug#51730] [PATCH 21/21] gnu: Add rust-spotify-tui-0.25. |
Date: |
Tue, 09 Nov 2021 21:23:00 +0000 |
* gnu/packages/crates-io.scm (rust-spotify-tui-0.25): New variable.
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index be60f3f376..e68371a24a 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -778,6 +778,41 @@ (define-public sniffglue
of the project is to be runnable on untrusted networks without crashing.")
(license license:gpl3)))
+(define-public spotify-tui-0.25
+ (package
+ (name "spotify-tui")
+ (version "0.25.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "spotify-tui" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "08bpihkdv3rmcksnxp4cz04kawjs6spmwa3wr2k27b30x3q9cd4r"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-arboard" ,rust-arboard-1)
+ ("rust-backtrace" ,rust-backtrace-0.3)
+ ("rust-clap" ,rust-clap-2)
+ ("rust-crossterm" ,rust-crossterm-0.20)
+ ("rust-dirs" ,rust-dirs-3)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-rspotify" ,rust-rspotify-0.10)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-serde-yaml" ,rust-serde-yaml-0.8)
+ ("rust-tokio" ,rust-tokio-0.2)
+ ("rust-tui" ,rust-tui-0.16)
+ ("rust-unicode-width" ,rust-unicode-width-0.1))))
+ (native-inputs `(("pkg-config" ,pkg-config)))
+ (inputs `(("openssl" ,openssl)))
+ (home-page "https://github.com/Rigellute/spotify-tui")
+ (synopsis "Terminal user interface for Spotify")
+ (description "This package provides a terminal user interface for Spotify")
+ (license (list license:expat license:asl2.0))))
+
(define-public tectonic
(package
(name "tectonic")
--
2.33.1
- [bug#51730] [PATCH 14/21] gnu: Add rust-atty-0.2.11., (continued)
- [bug#51730] [PATCH 14/21] gnu: Add rust-atty-0.2.11., phodina, 2021/11/09
- [bug#51730] [PATCH 12/21] gnu: Add rust-tree-magic-0.2., phodina, 2021/11/09
- [bug#51730] [PATCH 15/21] gnu: rust-os-pipe-0.9: Update to 0.9.2., phodina, 2021/11/09
- [bug#51730] [PATCH 16/21] gnu: Add rust-simple-logger-1., phodina, 2021/11/09
- [bug#51730] [PATCH 17/21] gnu: Add rust-stderrlog-0.4., phodina, 2021/11/09
- [bug#51730] [PATCH 18/21] gnu: Add rust-thread-local-0.3.4., phodina, 2021/11/09
- [bug#51730] [PATCH 19/21] gnu: Add rust-wl-clipboard-rs-0.4., phodina, 2021/11/09
- [bug#51730] [PATCH 20/21] gnu: rust-arboard-1: Update to 1.2.1., phodina, 2021/11/09
- [bug#51730] [PATCH 21/21] gnu: Add rust-spotify-tui-0.25.,
phodina <=