From 2cffe3418bc2ca116bfe8d05864a81f99ec100c1 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:25:27 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/slop_git.bb A simple option parser with an simple syntax and API. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- meta-openstack/recipes-devtools/ruby/slop_git.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/slop_git.bb (limited to 'meta-openstack/recipes-devtools/ruby') diff --git a/meta-openstack/recipes-devtools/ruby/slop_git.bb b/meta-openstack/recipes-devtools/ruby/slop_git.bb new file mode 100644 index 0000000..eff1bee --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/slop_git.bb @@ -0,0 +1,24 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "A simple option parser with an simple syntax and API." +DESCRIPTION = "A simple option parser with an simple syntax and API." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=66a8da2a5bee25570ffc35aa5426d176" + +PR = "r0" + +BPV = "3.5.0" +PV = "${BPV}" +SRCREV = "a009587ec2c0cf07b38bd8f0b59baa244fdbce51" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/leejarvis/slop.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf