GNU bug report logs -
#77382
[PATCH rust-team 00/18] gnu: Add matugen.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/rust-apps.scm (matugen): New variable.
Change-Id: I3d170afa7dd3619c56ad208d6a39fa6ba3d97ca0
---
gnu/packages/rust-apps.scm | 42 ++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index ea4f5d0186..248849fa77 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -5197,3 +5197,45 @@ (define-public podlet
"This package generates Podman Quadlet files from a Podman command,
compose file, or existing object.")
(license license:mpl2.0)))
+
+(define-public matugen
+ (package
+ (name "matugen")
+ (version "2.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "matugen" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0rqljm689say9f1878x9x9v1ahaji52vqrnnm6nmkkilfsyfx550"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:install-source? #f
+ #:cargo-inputs (("rust-clap" ,rust-clap-4)
+ ("rust-color-eyre" ,rust-color-eyre-0.6)
+ ("rust-colorsys" ,rust-colorsys-0.6)
+ ("rust-directories" ,rust-directories-5)
+ ("rust-enquote" ,rust-enquote-1)
+ ("rust-execute" ,rust-execute-0.2)
+ ("rust-image" ,rust-image-0.25)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-material-colors" ,rust-material-colors-0.4)
+ ("rust-owo-colors" ,rust-owo-colors-4)
+ ("rust-paris-log" ,rust-paris-log-1)
+ ("rust-pretty-env-logger" ,rust-pretty-env-logger-0.5)
+ ("rust-prettytable-rs" ,rust-prettytable-rs-0.10)
+ ("rust-reqwest" ,rust-reqwest-0.12)
+ ("rust-resolve-path" ,rust-resolve-path-0.1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-toml" ,rust-toml-0.8)
+ ("rust-update-informer" ,rust-update-informer-1)
+ ("rust-upon" ,rust-upon-0.8))
+ #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
+ (home-page "https://github.com/InioX/matugen")
+ (synopsis "Material you color generation tool with templates")
+ (description
+ "@command{matugen} generates a Material You color palette based on a
+specified image or color, easing the process of theme creation.")
+ (license license:gpl2)))
--
2.49.0
This bug report was last modified 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.