mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add perl-convert-binhex.
* gnu/packages/perl.scm (perl-convert-binhex): New variable.
This commit is contained in:
parent
b7206dd362
commit
2d6125ed4d
1 changed files with 28 additions and 0 deletions
|
@ -1311,6 +1311,34 @@ (define-public perl-context-preserve
|
||||||
the caller.")
|
the caller.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-convert-binhex
|
||||||
|
(package
|
||||||
|
(name "perl-convert-binhex")
|
||||||
|
(version "1.125")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/S/ST/STEPHEN/Convert-BinHex-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"15v3489k179cx0fz3lix79ssjid0nhhpf6c33swpxga6pss92dai"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("perl-file-slurp" ,perl-file-slurp)
|
||||||
|
("perl-test-most" ,perl-test-most)))
|
||||||
|
(home-page
|
||||||
|
"http://search.cpan.org/dist/Convert-BinHex")
|
||||||
|
(synopsis "Extract data from Macintosh BinHex files")
|
||||||
|
(description
|
||||||
|
"BinHex is a format for transporting files safely through electronic
|
||||||
|
mail, as short-lined, 7-bit, semi-compressed data streams. Ths module
|
||||||
|
provides a means of converting those data streams back into into binary
|
||||||
|
data.")
|
||||||
|
(license perl-license)))
|
||||||
|
|
||||||
(define-public perl-cpan-meta-check
|
(define-public perl-cpan-meta-check
|
||||||
(package
|
(package
|
||||||
(name "perl-cpan-meta-check")
|
(name "perl-cpan-meta-check")
|
||||||
|
|
Loading…
Reference in a new issue