perl-Module-ScanDeps
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
#!/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,49 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>perl-Module-ScanDeps</Name>
|
||||||
|
<Homepage>https://metacpan.org/pod/Module::ScanDeps</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>Artistic</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>programming.language.perl</PartOf>
|
||||||
|
<Summary>Recursively scan Perl code for dependencies.</Summary>
|
||||||
|
<Description>
|
||||||
|
This module scans potential modules used by perl programs, and returns a hash reference; its keys are the module names as appears in %INC (e.g. Test/More.pm).
|
||||||
|
</Description>
|
||||||
|
<Archive sha1sum="ee199d23a005ceef7f1adf549548bc1d0cfac26f" type="targz">
|
||||||
|
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.31.tar.gz
|
||||||
|
</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-Test-Requires</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>perl-Module-ScanDeps</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-Test-Requires</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin/scandeps.pl</Path>
|
||||||
|
<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>1.31</Version>
|
||||||
|
<Comment>First build.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user