summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Hartman <hnathan918@gmail.com>2020-02-20 11:58:01 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 17:15:37 -0500
commit5ae8e5ed967c41c4f98b4aacc263f24c2526ed3e (patch)
tree1b7fde7f01c28f0c1a8640a61dc329476dd7711d
parent407f66b93514b54f8bf892053054bc8ac7de0abc (diff)
downloadmeta-cloud-services-5ae8e5ed967c41c4f98b4aacc263f24c2526ed3e.tar.gz
Initial cool.io 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/cool.io_1.6.0.bb12
1 files changed, 12 insertions, 0 deletions
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 @@
1SUMMARY = 'Simple evented I/O for Ruby (but please check out Celluloid::IO instead)'
2HOMEPAGE = 'http://coolio.github.com'
3
4LICENSE = 'MIT'
5LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9'
6
7SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;tag=v1.6.0'
8
9S = '${WORKDIR}/git'
10
11inherit ruby
12