[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50750] [PATCH 1/2] gnu: Add trezor-gpg-pinentry-tk 0.0.10.
From: |
Attila Lendvai |
Subject: |
[bug#50750] [PATCH 1/2] gnu: Add trezor-gpg-pinentry-tk 0.0.10. |
Date: |
Thu, 23 Sep 2021 10:09:14 +0200 |
* gnu/packages/finance.scm (trezor-gpg-pinentry-tk): New variable.
---
gnu/packages/finance.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 4aaab58906..9b073541de 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -884,6 +884,31 @@ the Monero GUI client.")
Ledger Nano as a hardware SSH/GPG agent.")
(license license:lgpl3)))
+(define-public trezor-gpg-pinentry-tk
+ (package
+ (name "trezor-gpg-pinentry-tk")
+ (version "0.0.10")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rendaw/trezor-gpg-pinentry-tk/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1mblx4favmw4nf7k9rfl00ivv77kgdiwghyz4xv5cp0v410kjaqc"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-tkinter" ,python "tk")))
+ (home-page "https://github.com/rendaw/trezor-gpg-pinentry-tk")
+ (synopsis "A GPG PIN entry program for use with trezor-agent
+or for people with number-only PINs.")
+ (description
+ "An alternate PIN entry for use with trezor-agent, or for people
+with number-only PINs. It displays a grid of unlabeled buttons and
+supports configurable keyboard mappings.")
+ (license license:lgpl3)))
+
(define-public python-mnemonic
(package
(name "python-mnemonic")
--
2.33.0
- [bug#50750] [PATCH 1/2] gnu: Add trezor-gpg-pinentry-tk 0.0.10.,
Attila Lendvai <=
- [bug#50750] [PATCH 1/2] gnu: Add trezor-gpg-pinentry-tk 0.0.10., Attila Lendvai, 2021/09/23
- [bug#50750] [PATCH 1/2] gnu: Add trezor-gpg-pinentry-tk 0.0.10., Xinglu Chen, 2021/09/24
- [bug#50750] [PATCH] gnu: Add trezor-gpg-pinentry-tk 0.0.10., Attila Lendvai, 2021/09/25
- [bug#50750] [PATCH 1/4] tests: Smarten up git repository testing framework., Attila Lendvai, 2021/09/27
- [bug#50750] (No Subject), Attila Lendvai, 2021/09/27