From f3167adac0aaaeeba3491eb75e7612a1f28d0d69 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 8 Jan 2023 05:40:11 +0300 Subject: [PATCH] perl-ExtUtils-InstallPaths --- .../perl-ExtUtils-InstallPaths/actions.py | 19 ++++++++ .../perl/perl-ExtUtils-InstallPaths/pspec.xml | 45 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 programming/language/perl/perl-ExtUtils-InstallPaths/actions.py create mode 100644 programming/language/perl/perl-ExtUtils-InstallPaths/pspec.xml diff --git a/programming/language/perl/perl-ExtUtils-InstallPaths/actions.py b/programming/language/perl/perl-ExtUtils-InstallPaths/actions.py new file mode 100644 index 0000000000..8019e781c5 --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-InstallPaths/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-ExtUtils-InstallPaths/pspec.xml b/programming/language/perl/perl-ExtUtils-InstallPaths/pspec.xml new file mode 100644 index 0000000000..7458c8ce05 --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-InstallPaths/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-ExtUtils-InstallPaths + https://metacpan.org/pod/ExtUtils::InstallPaths + + fury + uglyside@yandex.ru + + Artistic + library + programming.language.perl + Build.PL install path logic made easy. + This module tries to make install path resolution as easy as possible. + + https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz + + + perl + perl-ExtUtils-Config + + + + + perl-ExtUtils-InstallPaths + + perl + + + /usr/lib/perl5/vendor_perl + /usr/share/man + + + + + + 2023-01-08 + 0.012 + First build. + fury + uglyside@yandex.ru + + +