[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59389] [PATCH 26/26] gnu: Add pastel.
From: |
jgart |
Subject: |
[bug#59389] [PATCH 26/26] gnu: Add pastel. |
Date: |
Sat, 19 Nov 2022 12:45:33 -0600 |
* gnu/packages/rust-apps.scm (pastel): New variable.
---
gnu/packages/rust-apps.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 693489264d..fbb12b4a1e 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2026,6 +2026,42 @@ (define-public git-absorb
It will then write @code{fixup!} commits for each of those changes.")
(license license:bsd-3)))
+(define-public pastel
+ (package
+ (name "pastel")
+ (version "0.9.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "pastel" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1fjlw8np2bx0i1hk6lfq5swiif6ilj9f270vfh8yr62apq704g0f"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-atty" ,rust-atty-0.2)
+ ("rust-clap" ,rust-clap-3)
+ ("rust-clap" ,rust-clap-3)
+ ("rust-clap-complete" ,rust-clap-complete-3)
+ ("rust-nom" ,rust-nom-7)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-output-vt100" ,rust-output-vt100-0.1)
+ ("rust-output-vt100" ,rust-output-vt100-0.1)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-regex" ,rust-regex-1))
+ #:cargo-development-inputs (("rust-approx" ,rust-approx-0.5)
+ ("rust-assert-cmd" ,rust-assert-cmd-2)
+ ("rust-criterion" ,rust-criterion-0.3)
+ ("rust-rand-xoshiro"
,rust-rand-xoshiro-0.6))))
+ (home-page "https://github.com/sharkdp/pastel")
+ (synopsis
+ "A command-line tool to generate, analyze, convert and manipulate colors")
+ (description
+ "This package provides a command-line tool to generate, analyze, convert
and
+manipulate colors")
+ (license (list license:expat license:asl2.0))))
+
(define-public zoxide
(package
(name "zoxide")
--
2.38.1
- [bug#59389] [PATCH 19/26] gnu: rust-errno-0.2: Update to 0.2.8., (continued)
- [bug#59389] [PATCH 19/26] gnu: rust-errno-0.2: Update to 0.2.8., jgart, 2022/11/19
- [bug#59389] [PATCH 21/26] gnu: rust-mio-0.8: Update to 0.8.5., jgart, 2022/11/19
- [bug#59389] [PATCH 15/26] gnu: Add rust-fs-err-2., jgart, 2022/11/19
- [bug#59389] [PATCH 17/26] gnu: rust-autocfg-1: Update to 1.1.0., jgart, 2022/11/19
- [bug#59389] [PATCH 16/26] gnu: rust-async-std-1: Update to 1.12.0., jgart, 2022/11/19
- [bug#59389] [PATCH 18/26] gnu: rust-compiler-builtins-0.1: Update to 0.1.84., jgart, 2022/11/19
- [bug#59389] [PATCH 11/26] gnu: Add rust-windows-i686-msvc-0.42., jgart, 2022/11/19
- [bug#59389] [PATCH 07/26] gnu: Add rust-clap-lex-0.2., jgart, 2022/11/19
- [bug#59389] [PATCH 22/26] gnu: rust-tokio-1: Update to 1.22.0., jgart, 2022/11/19
- [bug#59389] [PATCH 23/26] gnu: Add rust-clap-complete-3., jgart, 2022/11/19
- [bug#59389] [PATCH 26/26] gnu: Add pastel.,
jgart <=
- [bug#59389] [PATCH 24/26] gnu: rust-clap-derive-3: Update to 3.2.18., jgart, 2022/11/19
- [bug#59389] [PATCH 25/26] gnu: rust-clap-3: Update to 3.2.23., jgart, 2022/11/19
- [bug#59389] [PATCH v2 01/26] gnu: Add rust-windows-x86-64-gnullvm-0.42., jgart, 2022/11/19
- [bug#59389] [PATCH v2 03/26] gnu: Add rust-textwrap-0.16., jgart, 2022/11/19
- [bug#59389] [PATCH v2 04/26] gnu: rust-pathdiff-0.2: Update to 0.2.1., jgart, 2022/11/19
- [bug#59389] [PATCH v2 02/26] gnu: Add rust-windows-x86-64-msvc-0.42., jgart, 2022/11/19
- [bug#59389] [PATCH v2 05/26] gnu: rust-unicode-linebreak-0.1: Update to 0.1.4., jgart, 2022/11/19
- [bug#59389] [PATCH v2 06/26] gnu: rust-unicode-xid-0.2: Update to 0.2.4., jgart, 2022/11/19
- [bug#59389] [PATCH v2 07/26] gnu: Add rust-clap-lex-0.2., jgart, 2022/11/19
- [bug#59389] [PATCH v2 08/26] gnu: Add rust-windows-sys-0.42., jgart, 2022/11/19