aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/pry_git.bb
blob: bdb75f805af825e40dd9fcdcf3aca8c73fd9ba38 (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
28
29
30
31
32
33
34
35
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "Pry is an alternative to the standard IRB shell for Ruby."
DESCRIPTION = "Pry is a powerful alternative to the standard IRB shell \
for Ruby. It is written from scratch to provide a number of advanced \
features."

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dde93753687e16ab0c4669232fd27fd0"

PR = "r0"

BPV = "0.10.1"
PV = "${BPV}"
SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/pry/pry.git;branch=master \
    file://rdoc-fixup-opt.banner-heredoc.patch \
    "

inherit ruby

RUBY_COMPILE_FLAGS = ""

RDEPENDS:${PN} += " \
        coderay \
        method-source \
        slop \
        "

BBCLASSEXTEND = "native"