summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/ruby/serverengine_2.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/ruby/serverengine_2.2.1.bb')
-rw-r--r--recipes-devtools/ruby/serverengine_2.2.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/ruby/serverengine_2.2.1.bb b/recipes-devtools/ruby/serverengine_2.2.1.bb
new file mode 100644
index 0000000..553c567
--- /dev/null
+++ b/recipes-devtools/ruby/serverengine_2.2.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = 'A framework to implement robust multiprocess servers like Unicorn'
2HOMEPAGE = 'https://rubygems.org/gems/serverengine'
3
4LICENSE = 'Apache-2.0'
5LIC_FILES_CHKSUM = 'file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57'
6
7SRCREV = '99d44a0989ab3e64e14ac0367aadf76aa13b3583'
8
9SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;branch=master'
10
11S = '${WORKDIR}/git'
12
13RDEPENDS:${PN} = "sigdump"
14
15inherit ruby
16
17FILES:${PN} += "${libdir}/*"