From 5ef12e19b0f7c849f5d1b30b31f3ddfa88a1f70d Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 8 Jan 2023 04:22:09 +0300 Subject: [PATCH] perl-Module-Build-XSUtil --- .../perl/perl-Module-Build-XSUtil/actions.py | 19 +++++++ .../perl/perl-Module-Build-XSUtil/pspec.xml | 50 +++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 programming/language/perl/perl-Module-Build-XSUtil/actions.py create mode 100644 programming/language/perl/perl-Module-Build-XSUtil/pspec.xml diff --git a/programming/language/perl/perl-Module-Build-XSUtil/actions.py b/programming/language/perl/perl-Module-Build-XSUtil/actions.py new file mode 100644 index 0000000000..8019e781c5 --- /dev/null +++ b/programming/language/perl/perl-Module-Build-XSUtil/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-Module-Build-XSUtil/pspec.xml b/programming/language/perl/perl-Module-Build-XSUtil/pspec.xml new file mode 100644 index 0000000000..3a021f380f --- /dev/null +++ b/programming/language/perl/perl-Module-Build-XSUtil/pspec.xml @@ -0,0 +1,50 @@ + + + + + perl-Module-Build-XSUtil + https://metacpan.org/pod/Module::Build::XSUtil + + fury + uglyside@yandex.ru + + Artistic + library + programming.language.perl + A Module::Build class for building XS modules. + Module::Build::XSUtil is subclass of Module::Build for support building XS modules. + + https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz + + + perl + perl-Cwd-Guard + perl-Capture-Tiny + perl-Module-Build + perl-File-Copy-Recursive-Reduced + + + + + + perl-Module-Build-XSUtil + + perl + perl-Devel-CheckCompiler + + + /usr/lib/perl5/vendor_perl + /usr/share/man + + + + + + 2022-11-19 + 0.19 + First build. + fury + uglyside@yandex.ru + + +