Files
guru/dev-ruby/certified/certified-1.0.0.ebuild
Florian Schmaus 8a2b1cba63 dev-ruby/certified: initial import
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
2021-04-30 17:07:47 +02:00

19 lines
416 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby26 ruby27"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="Ensure using OpenSSL::SSL::VERIFY_PEER and provide certificate bundle if needed"
HOMEPAGE="https://github.com/stevegraham/certified"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
IUSE=""