aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/pry_git.bb
blob: 37d4497738976bc95700f35b82be4c41350c3ba0 (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=7d1a6fbb73f604e1e716380490938bd4"

PR = "r0"

BPV = "0.9.12.6"
PV = "${BPV}"
SRCREV = "047788c4225b25bb0462e06715616964e4f0da15"

S = "${WORKDIR}/git"

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

inherit ruby

RUBY_COMPILE_FLAGS = ""

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

BBCLASSEXTEND = "native"