[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: tpm2-tools: New variable
From: |
guix-commits |
Subject: |
05/14: gnu: tpm2-tools: New variable |
Date: |
Sat, 1 Jul 2023 05:15:14 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 244baa607dd98746498f4599d5f4a6e278dab502
Author: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun May 21 23:27:36 2023 -0700
gnu: tpm2-tools: New variable
* gnu/packages/hardware.scm (tpm-tools): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/hardware.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index c23299d1db..17c1556ecd 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -61,6 +61,7 @@
#:use-module (gnu packages gnome)
#:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
+ #:use-module (gnu packages haskell-xyz)
#:use-module (gnu packages high-availability)
#:use-module (gnu packages libusb)
#:use-module (gnu packages linux)
@@ -1313,6 +1314,37 @@ libtss2-esys, libtss2-sys, libtss2-mu,
libtss2-tcti-device, libtss2-tcti-swtpm
and libtss2-tcti-mssim.")
(license license:bsd-2)))
+(define-public tpm2-tools
+ (package
+ (name "tpm2-tools")
+ (version "5.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/tpm2-software/tpm2-tools/"
+ "releases/download/" version "/"
+ "tpm2-tools-" version ".tar.gz"))
+ (sha256
+ (base32 "08y16q92dh7frsyw0zlm3q9gsfqyls0li248s2pgsysk633lknqz"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ (list autoconf
+ automake
+ curl
+ libtool
+ gnu-gettext
+ openssl
+ pandoc
+ pkg-config
+ tpm2-tss))
+ (home-page "https://github.com/tpm2-software/tpm2-tools")
+ (synopsis "Tools for the Trusted Platform Module (TPM 2.0)")
+ (description
+ "This package provides user tools for the Trusted Computing Group's (TCG)
+TPM2 Software Stack (TSS). These programs help with common tasks such as key
+management, attestation, encryption, and signing.")
+ (license license:bsd-3)))
+
(define-public libcpuid
;; We need to remove blobs from the source, first we have to isolate the blob
;; source in build system.
- branch master updated (92d05b79e8 -> 3d55a6b5db), guix-commits, 2023/07/01
- 01/14: gnu: Add show-me-the-key., guix-commits, 2023/07/01
- 05/14: gnu: tpm2-tools: New variable,
guix-commits <=
- 04/14: gnu: python-plotly: Update to 5.14.1., guix-commits, 2023/07/01
- 03/14: gnu: python-plotly: Fix version., guix-commits, 2023/07/01
- 14/14: gnu: Add yle-dl., guix-commits, 2023/07/01
- 13/14: gnu: erlang: Fix Erlang package substitutions., guix-commits, 2023/07/01
- 09/14: gnu: Add font-intel-one-mono, guix-commits, 2023/07/01
- 02/14: gnu: whoogle-search: Update to 0.8.2., guix-commits, 2023/07/01
- 06/14: gnu: password-store: Fix program name in usage and tmpdir., guix-commits, 2023/07/01
- 07/14: gnu: Add font-ipa., guix-commits, 2023/07/01
- 11/14: gnu: Add qbittorrent-enhanced., guix-commits, 2023/07/01
- 08/14: gnu: Add greaseweazle-host-tools., guix-commits, 2023/07/01