[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/16: gnu: Add perl-cryptx.
From: |
guix-commits |
Subject: |
14/16: gnu: Add perl-cryptx. |
Date: |
Wed, 19 Jul 2023 16:06:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 288a5294d78c283f759c9d8a077c0e2240904ccf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:03 2023 +0200
gnu: Add perl-cryptx.
* gnu/packages/perl.scm (perl-cryptx): New public variable.
---
gnu/packages/perl.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 57852a3cee..6f30bd0795 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2560,6 +2560,25 @@ used in @code{crypt} are also supplied separately.")
;; Files in the 'fcrypt' directory are covered by a BSD licence.
(license (list license:perl-license license:bsd-3))))
+(define-public perl-cryptx
+ (package
+ (name "perl-cryptx")
+ (version "0.078")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/M/MI/MIK/CryptX-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1gdw33k8h7izjfb4zy9j1qfq4ffbqzpvhcf9ncy79mgp8890n5lk"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/CryptX")
+ (synopsis "Self-contained cryptographic toolkit based on LibTomCrypt")
+ (description
+ "These self-contained Perl modules provide cryptography based on the
+LibTomCrypt library.")
+ (license license:perl-license)))
+
(define-public perl-cwd-guard
(package
(name "perl-cwd-guard")
- branch master updated (e401eff977 -> 283969d0c5), guix-commits, 2023/07/19
- 04/16: gnu: vc: Update to 1.4.3., guix-commits, 2023/07/19
- 05/16: gnu: vc: Use G-expressions., guix-commits, 2023/07/19
- 06/16: gnu: strawberry: Update to 1.0.18., guix-commits, 2023/07/19
- 14/16: gnu: Add perl-cryptx.,
guix-commits <=
- 02/16: gnu: setbfree: Prepare for cross-compilation., guix-commits, 2023/07/19
- 01/16: gnu: setbfree: Update to 0.8.12., guix-commits, 2023/07/19
- 03/16: gnu: setbfree: Use G-expressions., guix-commits, 2023/07/19
- 07/16: gnu: rxcpp: Update to 4.1.1., guix-commits, 2023/07/19
- 08/16: gnu: samplv1: Update to 0.9.31., guix-commits, 2023/07/19
- 09/16: gnu: drumkv1: Update to 0.9.31., guix-commits, 2023/07/19
- 10/16: gnu: synthv1: Update to 0.9.31., guix-commits, 2023/07/19
- 11/16: gnu: padthv1: Update to 0.9.31., guix-commits, 2023/07/19
- 12/16: gnu: qtractor: Update to 0.9.31., guix-commits, 2023/07/19
- 13/16: gnu: tome4: Remove obsolete snippet., guix-commits, 2023/07/19