From 3197668c9c940295e7c824f8cd2b1f69949bf213 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:26:57 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/yard_git.bb YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- meta-openstack/recipes-devtools/ruby/yard_git.bb | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/yard_git.bb (limited to 'meta-openstack/recipes-devtools/ruby') diff --git a/meta-openstack/recipes-devtools/ruby/yard_git.bb b/meta-openstack/recipes-devtools/ruby/yard_git.bb new file mode 100644 index 0000000..ff2a685 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/yard_git.bb @@ -0,0 +1,28 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "A documentation generation tool for the Ruby programming language." +DESCRIPTION = "YARD is a documentation generation tool for the Ruby \ +programming language. It enables the user to generate consistent, \ +usable documentation that can be exported to a number of formats very \ +easily, and also supports extending for custom Ruby constructs such as \ +custom class level definitions." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b3e127de4b3f2e58562183d9aba9a7f6" + +PR = "r0" + +BPV = "0.8.7.3" +PV = "${BPV}" +SRCREV = "b78dea29adafd937f1ca5e813a5269b62ffceba3" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/lsegal/yard.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" \ No newline at end of file -- cgit v1.2.3-54-g00ecf