diff --git a/programming/language/perl/perl-Role-Tiny/actions.py b/programming/language/perl/perl-Role-Tiny/actions.py new file mode 100644 index 0000000000..b38ca76827 --- /dev/null +++ b/programming/language/perl/perl-Role-Tiny/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules + +#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("LICENSE", "README*") \ No newline at end of file diff --git a/programming/language/perl/perl-Role-Tiny/pspec.xml b/programming/language/perl/perl-Role-Tiny/pspec.xml new file mode 100644 index 0000000000..7248b90123 --- /dev/null +++ b/programming/language/perl/perl-Role-Tiny/pspec.xml @@ -0,0 +1,46 @@ + + + + + perl-Role-Tiny + https://metacpan.org/release/Role-Tiny + + Blue Devil + bluedevil@sctzine.com + + programming.language.perl + Perlv5 + library + Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose + Role::Tiny is a minimalist role composition tool. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.001004.tar.gz + + perl + + perl-Test-Fatal + + + + + perl-Role-Tiny + Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2020-09-23 + 2.001004 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Role-Tiny/translations.xml b/programming/language/perl/perl-Role-Tiny/translations.xml new file mode 100644 index 0000000000..494c39fea9 --- /dev/null +++ b/programming/language/perl/perl-Role-Tiny/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Role-Tiny + Minimal rol kompozisyon aracı + perl-Role-Tiny, minimal rol kompozisyon aracı olan perl modülü sunar. + + \ No newline at end of file