summaryrefslogtreecommitdiffstats
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 0000000..d568272
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
@@ -0,0 +1,17 @@
1SUMMARY = "a fast strpitme engine"
2HOMEPAGE = "https://github.com/nurse/strptime"
3
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f"
6
7SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864"
8
9SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master"
10
11S = "${WORKDIR}/git"
12
13RDEPENDS:${PN} = "bash"
14
15inherit ruby
16
17FILES:${PN} += "${libdir}/*"