From 5ae8e5ed967c41c4f98b4aacc263f24c2526ed3e Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Thu, 20 Feb 2020 11:58:01 -0800 Subject: Initial cool.io ruby recipe Signed-off-by: Nathan Hartman Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb diff --git a/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb b/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb new file mode 100644 index 0000000..baa6340 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb @@ -0,0 +1,12 @@ +SUMMARY = 'Simple evented I/O for Ruby (but please check out Celluloid::IO instead)' +HOMEPAGE = 'http://coolio.github.com' + +LICENSE = 'MIT' +LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9' + +SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;tag=v1.6.0' + +S = '${WORKDIR}/git' + +inherit ruby + -- cgit v1.2.3-54-g00ecf