perl-File-Copy-Recursive-Reduced

This commit is contained in:
4fury-c3440d8
2023-01-08 04:21:11 +03:00
parent 4d0b9855d5
commit 5cb9ace021
2 changed files with 65 additions and 0 deletions
@@ -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()
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-File-Copy-Recursive-Reduced</Name>
<Homepage>https://metacpan.org/pod/File::Copy::Recursive::Reduced</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Recursive copying of files and directories within Perl 5 toolchain.</Summary>
<Description>This library is intended as a not-quite-drop-in replacement for certain functionality provided by CPAN distribution File-Copy-Recursive.</Description>
<Archive sha1sum="a169b5b484de39ad37870c2b1e29feaafeb91f2d" type="targz">
https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>perl-Capture-Tiny</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-File-Copy-Recursive-Reduced</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
<Path fileType="data">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-19</Date>
<Version>0.006</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>