summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Hartman <hnathan918@gmail.com>2020-02-20 11:58:05 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 17:15:50 -0500
commit2e21be360e1cd6e04efe6c4080386cb0804e09ab (patch)
tree72f787ea61122112da1c41508cd9198a06d95d75
parenteb71de34422991c564731fe1214f76280ca5469f (diff)
downloadmeta-cloud-services-2e21be360e1cd6e04efe6c4080386cb0804e09ab.tar.gz
Initial strptime ruby recipe
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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