diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/highline_git.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/highline_git.bb b/meta-openstack/recipes-devtools/ruby/highline_git.bb new file mode 100644 index 0000000..c8994ce --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/highline_git.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "Provides a robust system for requesting data from a user." | ||
| 5 | DESCRIPTION = "HighLine was designed to ease the tedious tasks of \ | ||
| 6 | doing console input and output with low-level methods like gets() and \ | ||
| 7 | puts(). HighLine provides a robust system for requesting data from a \ | ||
| 8 | user, without needing to code all the error checking and validation \ | ||
| 9 | rules and without needing to convert the typed Strings into what your \ | ||
| 10 | program really needs. Just tell HighLine what you're after, and let it \ | ||
| 11 | do all the work." | ||
| 12 | |||
| 13 | LICENSE = "GPLv2" | ||
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=884766faee6a0d2931af978757e1a5fc" | ||
| 15 | |||
| 16 | PR = "r0" | ||
| 17 | |||
| 18 | BPV = "1.6.21" | ||
| 19 | PV = "${BPV}" | ||
| 20 | SRCREV = "4d5ec40d20853c73f1fd75c7681397bf50b05517" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | SRC_URI = " \ | ||
| 25 | git://github.com/JEG2/highline.git \ | ||
| 26 | " | ||
| 27 | |||
| 28 | inherit ruby | ||
| 29 | |||
| 30 | BBCLASSEXTEND = "native" | ||
