summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
new file mode 100644
index 0000000..20a1f5b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
@@ -0,0 +1,13 @@
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
7SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;tag=v0.2.3"
8
9S = "${WORKDIR}/git"
10
11RDEPENDS_${PN} = "bash"
12
13inherit ruby