blob: bc59a50f1ced3506abbdd76f81641ea79a3c208a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "MessagePack implementation for Ruby"
HOMEPAGE = "http://msgpack.org/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
SRCREV = "6bbaa97600430c438675540e1f970d61ce5ccd9e"
SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master"
inherit rubyv2
GEM_NAME = "msgpack"
GEM_SPEC_FILE = "msgpack"
FILES:${PN} += "${libdir}/*"
|