aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
new file mode 100644
index 00000000..d568272d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
@@ -0,0 +1,17 @@
+SUMMARY = "a fast strpitme engine"
+HOMEPAGE = "https://github.com/nurse/strptime"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f"
+
+SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864"
+
+SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS:${PN} = "bash"
+
+inherit ruby
+
+FILES:${PN} += "${libdir}/*"