Files
gentoo/dev-ruby/turbolinks/turbolinks-5.2.1.ebuild
Hans de Graaff 9dd6f88717 dev-ruby/turbolinks: add ruby27
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2020-09-06 10:43:14 +02:00

21 lines
436 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
# The gem does not contain runnable tests.
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="Makes following links in your web application faster"
HOMEPAGE="https://github.com/rails/turbolinks"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""