aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
blob: f40d6cfe54181ad5f0e8233262a25f7bdc67a24f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "MessagePack implementation for Ruby"
HOMEPAGE = "http://msgpack.org/"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"

SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;tag=v${PV};branch=master"

S = "${WORKDIR}/git"

inherit ruby