summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/coderay_git.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:17:38 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:13 -0400
commit9ead73adc4bdf74fa719f00718ae263b6e24ee25 (patch)
treef03cc510399628ba2510185bc5d1cdab84be927a /meta-openstack/recipes-devtools/ruby/coderay_git.bb
parent819a4f24d61c451aea7d4cc21644cea79a8c41bb (diff)
downloadmeta-cloud-services-9ead73adc4bdf74fa719f00718ae263b6e24ee25.tar.gz
Ruby/chef solo: Add recipes-devtools/ruby/coderay_git.bb
CodeRay is a Ruby library for syntax highlighting. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/coderay_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/coderay_git.bb26
1 files changed, 26 insertions, 0 deletions
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 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "CodeRay is a Ruby library for syntax highlighting."
5DESCRIPTION = "CodeRay is a Ruby library for syntax highlighting."
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=f622e70ffef94aded92d4aa72c2001b2"
9
10PR = "r0"
11
12BPV = "1.1.0"
13PV = "${BPV}"
14SRCREV = "a48037b85a12228431b32103786456f36beb355f"
15
16S = "${WORKDIR}/git"
17
18SRC_URI = " \
19 git://github.com/rubychan/coderay.git \
20 "
21
22inherit ruby
23
24RUBY_COMPILE_FLAGS += "RELEASE=1"
25
26BBCLASSEXTEND = "native"