perl-role-tiny: new package
authorFrancois Perrad <fperrad@gmail.com>
Wed, 10 Oct 2018 08:18:25 +0000 (10:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Oct 2018 08:49:50 +0000 (10:49 +0200)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/Config.in
package/perl-role-tiny/Config.in [new file with mode: 0644]
package/perl-role-tiny/perl-role-tiny.hash [new file with mode: 0644]
package/perl-role-tiny/perl-role-tiny.mk [new file with mode: 0644]

index 9c41fccfc778e9811a2010a3619055b588971bc5..f2c25dfb8724426a8cf9af6fb8dfc66f44c8ad0c 100644 (file)
@@ -746,6 +746,7 @@ menu "Perl libraries/modules"
        source "package/perl-path-tiny/Config.in"
        source "package/perl-plack/Config.in"
        source "package/perl-posix-strftime-compiler/Config.in"
+       source "package/perl-role-tiny/Config.in"
        source "package/perl-stream-buffered/Config.in"
        source "package/perl-sub-install/Config.in"
        source "package/perl-sys-cpu/Config.in"
diff --git a/package/perl-role-tiny/Config.in b/package/perl-role-tiny/Config.in
new file mode 100644 (file)
index 0000000..ebbe720
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_ROLE_TINY
+       bool "perl-role-tiny"
+       help
+         Roles. Like a nouvelle cuisine portion size slice of Moose.
+
+         https://metacpan.org/release/Role-Tiny
diff --git a/package/perl-role-tiny/perl-role-tiny.hash b/package/perl-role-tiny/perl-role-tiny.hash
new file mode 100644 (file)
index 0000000..33601bb
--- /dev/null
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    7c277728a7e090f64b495857cadfed08 Role-Tiny-2.000006.tar.gz
+sha256 cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382 Role-Tiny-2.000006.tar.gz
+
+# computed by scancpan
+sha256 08292f0e1797371bce0a1b5bd80e0657b3aabf9c0ecc2ce87ad7a448a7adacce README
diff --git a/package/perl-role-tiny/perl-role-tiny.mk b/package/perl-role-tiny/perl-role-tiny.mk
new file mode 100644 (file)
index 0000000..ccc82ab
--- /dev/null
@@ -0,0 +1,13 @@
+################################################################################
+#
+# perl-role-tiny
+#
+################################################################################
+
+PERL_ROLE_TINY_VERSION = 2.000006
+PERL_ROLE_TINY_SOURCE = Role-Tiny-$(PERL_ROLE_TINY_VERSION).tar.gz
+PERL_ROLE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
+PERL_ROLE_TINY_LICENSE = Artistic or GPL-1.0+
+PERL_ROLE_TINY_LICENSE_FILES = README
+
+$(eval $(perl-package))