aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/highline_git.bb
blob: 546bfc9e71ee912c165d98f85ee71e7e521fe813 (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
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "Provides a robust system for requesting data from a user."
DESCRIPTION = "HighLine was designed to ease the tedious tasks of \
doing console input and output with low-level methods like gets() and \
puts(). HighLine provides a robust system for requesting data from a \
user, without needing to code all the error checking and validation \
rules and without needing to convert the typed Strings into what your \
program really needs. Just tell HighLine what you're after, and let it \
do all the work."

LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=884766faee6a0d2931af978757e1a5fc"

PR = "r0"

BPV = "1.7.3"
PV = "${BPV}"
SRCREV = "327051c1c217df2880c3a53f31484f7e815e847f"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/JEG2/highline.git;branch=master;protocol=https \
    "

inherit ruby

BBCLASSEXTEND = "native"