summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/rest-client_git.bb
blob: 24006ae607db42398d194b501d4b053f5aaef095 (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
29
30
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "A simple HTTP and REST client for Ruby"
DESCRIPTION = "A simple HTTP and REST client for Ruby, inspired by the \
Sinatra's microframework style of specifying actions: get, put, post, \
delete."

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8d4c0cdd6bc54a36dbe54c0f2fa70797"

PR = "r0"

BPV = "1.7.3"
PV = "${BPV}"
SRCREV = "988d5a81ff3081c1c6a3ab267e81a9fff94bd9e4"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/rest-client/rest-client.git \
    "

inherit ruby

RDEPENDS_${PN} += " \
        mime-types \
        "

BBCLASSEXTEND = "native"