From fed7ef6087edf6f93d120678fa78b6631323beb5 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 8 Jan 2023 04:14:39 +0300 Subject: [PATCH] perl-Unicode-String --- .../perl/perl-Unicode-String/actions.py | 21 +++++++++ .../perl/perl-Unicode-String/pspec.xml | 46 +++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 programming/language/perl/perl-Unicode-String/actions.py create mode 100644 programming/language/perl/perl-Unicode-String/pspec.xml diff --git a/programming/language/perl/perl-Unicode-String/actions.py b/programming/language/perl/perl-Unicode-String/actions.py new file mode 100644 index 0000000000..c0a988e066 --- /dev/null +++ b/programming/language/perl/perl-Unicode-String/actions.py @@ -0,0 +1,21 @@ +#!/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, pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") diff --git a/programming/language/perl/perl-Unicode-String/pspec.xml b/programming/language/perl/perl-Unicode-String/pspec.xml new file mode 100644 index 0000000000..7b6f11e748 --- /dev/null +++ b/programming/language/perl/perl-Unicode-String/pspec.xml @@ -0,0 +1,46 @@ + + + + + perl-Unicode-String + https://metacpan.org/pod/Unicode::String + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + String manipulation for Unicode strings + Perl modules to handle various Unicode issues. + + https://cpan.metacpan.org/authors/id/G/GA/GAAS/GAAS/Unicode-String-2.10.tar.gz + + + perl + perl-ExtUtils-MakeMaker + + + + + perl-Unicode-String + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2023-01-08 + 2.10 + First build. + fury + uglyside@yandex.ru + + +