aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
blob: 07680d7db92113b67aae68837c967f2c6e9c6da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "TZInfo - Ruby Timezone Library"
HOMEPAGE = "https://tzinfo.github.io/"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f"

SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;tag=v2.0.1;branch=master"

S = "${WORKDIR}/git"

RDEPENDS:${PN} = "concurrent-ruby"

inherit ruby