pentoo-overlay/dev-ruby/puma/puma-2.16.0.ebuild
2017-04-29 11:39:34 +08:00

15 lines
355 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
USE_RUBY="ruby22 ruby23 ruby24"
inherit ruby-fakegem
DESCRIPTION="Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server"
HOMEPAGE="https://rubygems.org/gems/puma"
LICENSE="BSD-3-CLAUSE"
SLOT="0"
KEYWORDS="~amd64 ~x86"