aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/coderay_git.bb
blob: 72fb420e890b90ad6f2a982aeefb3b8f9a524959 (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
27
#
# 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;branch=master \
    "

inherit ruby

RUBY_COMPILE_FLAGS += "RELEASE=1"

BBCLASSEXTEND = "native"
DEPENDS += "yard"