diff --git a/programming/language/perl/perl-Unicode-Map8/actions.py b/programming/language/perl/perl-Unicode-Map8/actions.py new file mode 100644 index 0000000000..8019e781c5 --- /dev/null +++ b/programming/language/perl/perl-Unicode-Map8/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-Unicode-Map8/pspec.xml b/programming/language/perl/perl-Unicode-Map8/pspec.xml new file mode 100644 index 0000000000..e3b96110fc --- /dev/null +++ b/programming/language/perl/perl-Unicode-Map8/pspec.xml @@ -0,0 +1,48 @@ + + + + + perl-Unicode-Map8 + https://metacpan.org/pod/Unicode::Map8 + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + app:console + library + programming.language.perl + Convert between most 8bit encodings. + A Perl module implement efficient mapping tables between 8-bit character sets and 16 bit character sets like Unicode. + + https://cpan.metacpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.13.tar.gz + + + perl + perl-Unicode-String + + + + + perl-Unicode-Map8 + + perl + perl-Unicode-String + + + /usr/bin + /usr/lib + /usr/share/man + + + + + + 2023-01-08 + 0.13 + First build. + fury + uglyside@yandex.ru + + +