summaryrefslogtreecommitdiffstats
path: root/package/perl-filesys-notify-simple
diff options
context:
space:
mode:
Diffstat (limited to 'package/perl-filesys-notify-simple')
-rw-r--r--package/perl-filesys-notify-simple/Config.in6
-rw-r--r--package/perl-filesys-notify-simple/perl-filesys-notify-simple.hash6
-rw-r--r--package/perl-filesys-notify-simple/perl-filesys-notify-simple.mk13
3 files changed, 25 insertions, 0 deletions
diff --git a/package/perl-filesys-notify-simple/Config.in b/package/perl-filesys-notify-simple/Config.in
new file mode 100644
index 0000000000..69469d7a6d
--- /dev/null
+++ b/package/perl-filesys-notify-simple/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_FILESYS_NOTIFY_SIMPLE
+ bool "perl-filesys-notify-simple"
+ help
+ Simple and dumb file system watcher
+
+ https://github.com/miyagawa/Filesys-Notify-Simple
diff --git a/package/perl-filesys-notify-simple/perl-filesys-notify-simple.hash b/package/perl-filesys-notify-simple/perl-filesys-notify-simple.hash
new file mode 100644
index 0000000000..a48394504a
--- /dev/null
+++ b/package/perl-filesys-notify-simple/perl-filesys-notify-simple.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 6042cd96abcc7bf69f959142d00b8143 Filesys-Notify-Simple-0.13.tar.gz
+sha256 ade3d3db882ce2137e527201893d4b8c12b2dbd15009bb89c31cb91ba6495ba2 Filesys-Notify-Simple-0.13.tar.gz
+
+# computed by scancpan
+sha256 bd61ca40272d971750f0a2bd0122629865355c5f4a2aa9e70c0d325e75d0da3a LICENSE
diff --git a/package/perl-filesys-notify-simple/perl-filesys-notify-simple.mk b/package/perl-filesys-notify-simple/perl-filesys-notify-simple.mk
new file mode 100644
index 0000000000..fff4c0ab57
--- /dev/null
+++ b/package/perl-filesys-notify-simple/perl-filesys-notify-simple.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# perl-filesys-notify-simple
+#
+################################################################################
+
+PERL_FILESYS_NOTIFY_SIMPLE_VERSION = 0.13
+PERL_FILESYS_NOTIFY_SIMPLE_SOURCE = Filesys-Notify-Simple-$(PERL_FILESYS_NOTIFY_SIMPLE_VERSION).tar.gz
+PERL_FILESYS_NOTIFY_SIMPLE_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIYAGAWA
+PERL_FILESYS_NOTIFY_SIMPLE_LICENSE = Artistic or GPL-1.0+
+PERL_FILESYS_NOTIFY_SIMPLE_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))
OpenPOWER on IntegriCloud