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