summaryrefslogtreecommitdiffstats
path: root/package/perl-path-tiny
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-07-22 20:17:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-23 21:47:08 +0200
commit8e8d33238ec896cf0e838a86cdd0c4f412f22485 (patch)
tree8a2db386f30dc21a197913dedd33dd3ec5b03dd0 /package/perl-path-tiny
parentdfe9d5b2641bfce2198d519c9be3a949f0fb563b (diff)
perl-path-tiny: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-path-tiny')
-rw-r--r--package/perl-path-tiny/Config.in6
-rw-r--r--package/perl-path-tiny/perl-path-tiny.mk14
2 files changed, 20 insertions, 0 deletions
diff --git a/package/perl-path-tiny/Config.in b/package/perl-path-tiny/Config.in
new file mode 100644
index 000000000..f85e792dd
--- /dev/null
+++ b/package/perl-path-tiny/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_PATH_TINY
+ bool "perl-path-tiny"
+ help
+ File path utility
+
+ https://github.com/dagolden/Path-Tiny
diff --git a/package/perl-path-tiny/perl-path-tiny.mk b/package/perl-path-tiny/perl-path-tiny.mk
new file mode 100644
index 000000000..9c20e7421
--- /dev/null
+++ b/package/perl-path-tiny/perl-path-tiny.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-path-tiny
+#
+################################################################################
+
+PERL_PATH_TINY_VERSION = 0.055
+PERL_PATH_TINY_SOURCE = Path-Tiny-$(PERL_PATH_TINY_VERSION).tar.gz
+PERL_PATH_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN/
+PERL_PATH_TINY_DEPENDENCIES = perl
+PERL_PATH_TINY_LICENSE = Apache-2.0
+PERL_PATH_TINY_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))