aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/yard_git.bb
blob: e7a25b1f164c4f34453db32c09c5e3d0941ef94a (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
#
# 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.6"
PV = "${BPV}"
SRCREV = "d83194e1a09098ec5be28b616cde3b9a15380873"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/lsegal/yard.git;branch=main \
    "

inherit ruby

BBCLASSEXTEND = "native"