summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"