mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add PAR-Dist.
* gnu/packages/perl.scm (perl-par-dist): New variable.
This commit is contained in:
parent
2cae038d15
commit
09e02106f2
1 changed files with 19 additions and 0 deletions
|
@ -2833,6 +2833,25 @@ (define-public perl-params-validate
|
|||
function call parameters to an arbitrary level of specificity.")
|
||||
(license artistic2.0)))
|
||||
|
||||
(define-public perl-par-dist
|
||||
(package
|
||||
(name "perl-par-dist")
|
||||
(version "0.49")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/R/RS/RSCHUPP/"
|
||||
"PAR-Dist-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"078ycyn8pw3rba4k3qwcqrqfcym5c1pivymwa0bvs9sab45j4iwy"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/PAR-Dist")
|
||||
(synopsis "Create and manipulate PAR distributions")
|
||||
(description "PAR::Dist is a toolkit to create and manipulate PAR
|
||||
distributions.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-parent
|
||||
(package
|
||||
(name "perl-parent")
|
||||
|
|
Loading…
Reference in a new issue