summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/coderay_git.bb
blob: cbb743c617c777d8e48a933a30b126ace3baf882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"