gnu: Add perl-archive-zip.
* gnu/packages/perl.scm (perl-archive-zip): New variable.
This commit is contained in:
parent
b1da9f82a8
commit
ba5324c30e
1 changed files with 20 additions and 0 deletions
|
@ -121,3 +121,23 @@ (define-public perl-io-tty
|
|||
"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to
|
||||
pseudo ttys.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-archive-zip
|
||||
(package
|
||||
(name "perl-archive-zip")
|
||||
(version "1.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/A/AD/ADAMK/Archive-Zip-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0633zah5z9njiqnvy3vh42fjymncmil1jdfb7d18w8xpfzzp5d7q"))))
|
||||
(build-system perl-build-system)
|
||||
(synopsis "Perl API to zip files")
|
||||
(description "The Archive::Zip module allows a Perl program to create,
|
||||
manipulate, read, and write Zip archive files.")
|
||||
(home-page "http://search.cpan.org/~phred/Archive-Zip-1.37/lib/Archive/Zip.pm")
|
||||
(license (package-license perl))))
|
||||
|
|
Loading…
Reference in a new issue