aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb
blob: 516a72eb88554727069ab21e6e987f0e2d278477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = 'A framework to implement robust multiprocess servers like Unicorn'
HOMEPAGE = 'https://rubygems.org/gems/serverengine'

LICENSE = 'Apache-2.0'
LIC_FILES_CHKSUM = 'file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57'

SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;tag=v2.2.1'

S = '${WORKDIR}/git'

RDEPENDS:${PN} = "sigdump"

inherit ruby