[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51730] [PATCH 03/21] gnu: Add rust-argh-0.1.
From: |
phodina |
Subject: |
[bug#51730] [PATCH 03/21] gnu: Add rust-argh-0.1. |
Date: |
Tue, 09 Nov 2021 21:13:16 +0000 |
* gnu/packages/crates-io.scm (rust-argh-0.1): New variable.
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f15296a670..1375dfd5b0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2311,6 +2311,27 @@ (define-public rust-argh-derive-0.1
(description "Derive-based argument parsing optimized for code size")
(license license:bsd-3)))
+(define-public rust-argh-0.1
+ (package
+ (name "rust-argh")
+ (version "0.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "argh" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1gy9y69d38q7f5147kj823swgggc3m30x7z2z1lrjpwpsxncf8zh"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-argh-derive" ,rust-argh-derive-0.1)
+ ("rust-argh-shared" ,rust-argh-shared-0.1))))
+ (home-page "https://github.com/google/argh")
+ (synopsis "Derive-based argument parser optimized for code size")
+ (description "Derive-based argument parser optimized for code size")
+ (license license:bsd-3)))
+
(define-public rust-argon2rs-0.2
(package
(name "rust-argon2rs")
--
2.33.1
- [bug#51730] [PATCH 01/21] gnu: Add rust-argh-shared-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 02/21] gnu: Add rust-argh-derive-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 03/21] gnu: Add rust-argh-0.1.,
phodina <=
- [bug#51730] [PATCH 04/21] gnu: Add rust-tui-0.16., phodina, 2021/11/09
- [bug#51730] [PATCH 05/21] gnu: Add rust-random-0.12., phodina, 2021/11/09
- [bug#51730] [PATCH 06/21] gnu: Add rust-dotenv-0.13, phodina, 2021/11/09
- [bug#51730] [PATCH 07/21] gnu: Add rust-derive-builder-core-0.5., phodina, 2021/11/09
- [bug#51730] [PATCH 08/21] gnu: Add rust-derive-builder-0.7., phodina, 2021/11/09
- [bug#51730] [PATCH 09/21] gnu: Add rust-rspotify-0.10., phodina, 2021/11/09
- [bug#51730] [PATCH 10/21] gnu: Add rust-winapi-wsapoll-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 11/21] gnu: Add rust-x11rb-0.8., phodina, 2021/11/09
- [bug#51730] [PATCH 13/21] gnu: rust-anyhow-1: Update to 1.0.46., phodina, 2021/11/09
- [bug#51730] [PATCH 14/21] gnu: Add rust-atty-0.2.11., phodina, 2021/11/09