unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58936@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58936] [PATCH 2/2] gnu: Add the-way.
Date: Mon, 31 Oct 2022 20:46:11 -0500	[thread overview]
Message-ID: <20221101014611.30081-2-jgart@dismail.de> (raw)
In-Reply-To: <20221101014611.30081-1-jgart@dismail.de>

* gnu/packages/rust-apps.scm (the-way): New variable.
---
 gnu/packages/rust-apps.scm | 50 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 693489264d..0935c037c6 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2062,3 +2062,53 @@ (define-public zoxide
 track of the directories you use most frequently, and uses a ranking algorithm
 to navigate to the best match.")
     (license license:expat)))
+
+(define-public the-way
+  (package
+    (name "the-way")
+    (version "0.18.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "the-way" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "19pipvr35i4lfpk01f8gfjpp9rwr8p2qbmgyqgclr1lir2aa8slq"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-bincode" ,rust-bincode-1)
+                       ("rust-chrono" ,rust-chrono-0.4)
+                       ("rust-chrono-english" ,rust-chrono-english-0.1)
+                       ("rust-clap" ,rust-clap-3)
+                       ("rust-clap-complete" ,rust-clap-complete-3)
+                       ("rust-color-eyre" ,rust-color-eyre-0.6)
+                       ("rust-confy" ,rust-confy-0.4)
+                       ("rust-dialoguer" ,rust-dialoguer-0.10)
+                       ("rust-directories-next" ,rust-directories-next-1)
+                       ("rust-eyre" ,rust-eyre-0.6)
+                       ("rust-grep-cli" ,rust-grep-cli-0.1)
+                       ("rust-hex" ,rust-hex-0.4)
+                       ("rust-indicatif" ,rust-indicatif-0.17)
+                       ("rust-regex" ,rust-regex-1)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-serde-derive" ,rust-serde-derive-1)
+                       ("rust-serde-json" ,rust-serde-json-1)
+                       ("rust-serde-yaml" ,rust-serde-yaml-0.9)
+                       ("rust-skim" ,rust-skim-0.9)
+                       ("rust-sled" ,rust-sled-0.34)
+                       ("rust-strum" ,rust-strum-0.24)
+                       ("rust-strum-macros" ,rust-strum-macros-0.24)
+                       ("rust-syntect" ,rust-syntect-5)
+                       ("rust-termcolor" ,rust-termcolor-1)
+                       ("rust-thiserror" ,rust-thiserror-1)
+                       ("rust-ureq" ,rust-ureq-2))
+       #:cargo-development-inputs (("rust-assert-cmd" ,rust-assert-cmd-2)
+                                   ("rust-clipboard" ,rust-clipboard-0.5)
+                                   ("rust-expectrl" ,rust-expectrl-0.5)
+                                   ("rust-predicates" ,rust-predicates-2)
+                                   ("rust-tempfile" ,rust-tempfile-3))))
+    (home-page "https://github.com/out-of-cheese-error/the-way")
+    (synopsis "Code snippets manager for your terminal")
+    (description
+     "This package provides a code snippets manager for your terminal.")
+    (license license:expat)))
-- 
2.38.1





  reply	other threads:[~2022-11-01  1:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31 23:11 [bug#58936] [PATCH ...] gnu: Add the-way jgart via Guix-patches via
2022-11-01  1:46 ` [bug#58936] [PATCH 1/2] gnu: Add crates for the-way jgart via Guix-patches via
2022-11-01  1:46   ` jgart via Guix-patches via [this message]
     [not found] ` <handler.58936.B.166725790021223.ack@debbugs.gnu.org>
2022-11-01  1:48   ` [bug#58936] Acknowledgement ([PATCH ...] gnu: Add the-way.) jgart via Guix-patches via

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=20221101014611.30081-2-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=58936@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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).