pentoo-overlay/dev-ruby/puma/puma-3.12.0.ebuild
2018-11-14 12:54:44 +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"