From 5cb9ace021ee9db4189c5772bc1e78a3b8746c73 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 8 Jan 2023 04:21:11 +0300 Subject: [PATCH] perl-File-Copy-Recursive-Reduced --- .../actions.py | 19 ++++++++ .../pspec.xml | 46 +++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 programming/language/perl/perl-File-Copy-Recursive-Reduced/actions.py create mode 100644 programming/language/perl/perl-File-Copy-Recursive-Reduced/pspec.xml diff --git a/programming/language/perl/perl-File-Copy-Recursive-Reduced/actions.py b/programming/language/perl/perl-File-Copy-Recursive-Reduced/actions.py new file mode 100644 index 0000000000..8019e781c5 --- /dev/null +++ b/programming/language/perl/perl-File-Copy-Recursive-Reduced/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() diff --git a/programming/language/perl/perl-File-Copy-Recursive-Reduced/pspec.xml b/programming/language/perl/perl-File-Copy-Recursive-Reduced/pspec.xml new file mode 100644 index 0000000000..04517b7ade --- /dev/null +++ b/programming/language/perl/perl-File-Copy-Recursive-Reduced/pspec.xml @@ -0,0 +1,46 @@ + + + + + perl-File-Copy-Recursive-Reduced + https://metacpan.org/pod/File::Copy::Recursive::Reduced + + fury + uglyside@yandex.ru + + Artistic + library + programming.language.perl + Recursive copying of files and directories within Perl 5 toolchain. + This library is intended as a not-quite-drop-in replacement for certain functionality provided by CPAN distribution File-Copy-Recursive. + + https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz + + + perl + perl-path-tiny + perl-Capture-Tiny + + + + + perl-File-Copy-Recursive-Reduced + + perl + + + /usr/lib/perl5/vendor_perl + /usr/share/man + + + + + + 2022-11-19 + 0.006 + First build. + fury + uglyside@yandex.ru + + +