[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69212] [PATCH RFC 1/4] gnu: Add perl-text-pdf.
From: |
Liliana Marie Prikler |
Subject: |
[bug#69212] [PATCH RFC 1/4] gnu: Add perl-text-pdf. |
Date: |
Sat, 17 Feb 2024 23:48:56 +0100 |
* gnu/packages/perl.scm (perl-text-pdf): New variable.
---
gnu/packages/perl.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5b32d6ecec..4539dc83b2 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10929,6 +10929,24 @@ (define-public perl-text-patch
by the standard @code{diff} utility.")
(license license:gpl2+)))
+(define-public perl-text-pdf
+ (package
+ (name "perl-text-pdf")
+ (version "0.31")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/B/BH/BHALLISSY/Text-PDF-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "0s5cimfr4wwzgv15k30x83ncg1257jwsvmbmb86lp02rw5g537yz"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/Text-PDF")
+ (synopsis "PDF Manipulation and generation")
+ (description "This package provides tools for interacting with existing
+PDF files.")
+ (license license:perl-license)))
+
(define-public perl-text-roman
(package
(name "perl-text-roman")
--
2.41.0