gnu: Add perl-pdf-api2.

* gnu/packages/perl.scm (perl-pdf-api2): New variable.
This commit is contained in:
Roel Janssen 2020-02-03 12:28:18 +01:00
parent 4b759d3c54
commit 5e860b6062
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -7247,6 +7247,30 @@ (define-public perl-path-tiny
with file paths.")
(license asl2.0)))
(define-public perl-pdf-api2
(package
(name "perl-pdf-api2")
(version "2.036")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/S/SS/SSIMMS/PDF-API2-"
version ".tar.gz"))
(sha256
(base32
"0x0pa75wpb87pcshl92y5nh8pzikjp46ljlr2pqvdgpqzvll8107"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)
("perl-test-memory-cycle" ,perl-test-memory-cycle)))
(propagated-inputs
`(("perl-font-ttf" ,perl-font-ttf)))
(home-page "https://metacpan.org/release/PDF-API2")
(synopsis "Facilitates the creation and modification of PDF files")
(description "This Perl module facilitates the creation and modification
of PDF files.")
(license lgpl2.1)))
(define-public perl-perlio-utf8_strict
(package
(name "perl-perlio-utf8-strict")