From 2e21be360e1cd6e04efe6c4080386cb0804e09ab Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Thu, 20 Feb 2020 11:58:05 -0800 Subject: Initial strptime ruby recipe Signed-off-by: Nathan Hartman Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb 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 @@ +SUMMARY = "a fast strpitme engine" +HOMEPAGE = "https://github.com/nurse/strptime" + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f" + +SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;tag=v0.2.3" + +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "bash" + +inherit ruby -- cgit v1.2.3-54-g00ecf