From 9ead73adc4bdf74fa719f00718ae263b6e24ee25 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:17:38 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/coderay_git.bb CodeRay is a Ruby library for syntax highlighting. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/coderay_git.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/coderay_git.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/ruby/coderay_git.bb b/meta-openstack/recipes-devtools/ruby/coderay_git.bb new file mode 100644 index 0000000..cbb743c --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/coderay_git.bb @@ -0,0 +1,26 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "CodeRay is a Ruby library for syntax highlighting." +DESCRIPTION = "CodeRay is a Ruby library for syntax highlighting." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=f622e70ffef94aded92d4aa72c2001b2" + +PR = "r0" + +BPV = "1.1.0" +PV = "${BPV}" +SRCREV = "a48037b85a12228431b32103786456f36beb355f" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/rubychan/coderay.git \ + " + +inherit ruby + +RUBY_COMPILE_FLAGS += "RELEASE=1" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf