mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add perl-text-patch.
* gnu/packages/perl.scm (perl-text-patch): New variable.
This commit is contained in:
parent
10ed3525a4
commit
e8356966b7
1 changed files with 21 additions and 0 deletions
|
@ -9813,6 +9813,27 @@ (define-public perl-text-neattemplate
|
|||
yet need more features than simple variable substitution.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-text-patch
|
||||
(package
|
||||
(name "perl-text-patch")
|
||||
(version "1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/C/CA/CADE/"
|
||||
"Text-Patch-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1k1xbhxwn9fymqqwnam9pm7hr2p5ikq6dk578qw18gkap9hqxwga"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-text-diff" ,perl-text-diff)))
|
||||
(home-page "https://metacpan.org/release/Text-Patch")
|
||||
(synopsis "Patches text with given patch")
|
||||
(description "Text::Patch combines source text with given
|
||||
diff (difference) data. Diff data is produced by Text::Diff module or
|
||||
by the standard @code{diff} utility.")
|
||||
(license gpl2+)))
|
||||
|
||||
(define-public perl-text-roman
|
||||
(package
|
||||
(name "perl-text-roman")
|
||||
|
|
Loading…
Reference in a new issue