From e1c411e8e22da5317593920d9c79a164b3235d56 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 8 Jan 2023 05:41:25 +0300 Subject: [PATCH] perl-Module-Build-Tiny --- .../perl/perl-Module-Build-Tiny/actions.py | 19 +++++++ .../perl/perl-Module-Build-Tiny/pspec.xml | 52 +++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 programming/language/perl/perl-Module-Build-Tiny/actions.py create mode 100644 programming/language/perl/perl-Module-Build-Tiny/pspec.xml diff --git a/programming/language/perl/perl-Module-Build-Tiny/actions.py b/programming/language/perl/perl-Module-Build-Tiny/actions.py new file mode 100644 index 0000000000..b0bace32b8 --- /dev/null +++ b/programming/language/perl/perl-Module-Build-Tiny/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, get + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install(parameters = "--installdirs=vendor --destdir=%s" % get.installDIR()) diff --git a/programming/language/perl/perl-Module-Build-Tiny/pspec.xml b/programming/language/perl/perl-Module-Build-Tiny/pspec.xml new file mode 100644 index 0000000000..fc26aff708 --- /dev/null +++ b/programming/language/perl/perl-Module-Build-Tiny/pspec.xml @@ -0,0 +1,52 @@ + + + + + perl-Module-Build-Tiny + https://metacpan.org/pod/Module::Build::Tiny + + fury + uglyside@yandex.ru + + Artistic + library + programming.language.perl + A tiny replacement for Module::Build. + + Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lightweight, drop-in replacement. + + + https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz + + + perl + perl-ExtUtils-Config + perl-ExtUtils-Helpers + perl-ExtUtils-InstallPaths + + + + + perl-Module-Build-Tiny + + perl + perl-ExtUtils-Config + perl-ExtUtils-Helpers + perl-ExtUtils-InstallPaths + + + /usr/lib/perl5/vendor_perl + /usr/share/man + + + + + + 2023-01-08 + 0.039 + First build. + fury + uglyside@yandex.ru + + +