Signed-off-by: Nathan Hartman <[email protected]> --- .../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 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5097): https://lists.yoctoproject.org/g/meta-virtualization/message/5097 Mute This Topic: https://lists.yoctoproject.org/mt/71436263/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
