pentoo-overlay/dev-ruby/cookiejar/cookiejar-0.3.3.ebuild
2020-09-12 08:35:54 +08:00

15 lines
351 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"
inherit ruby-fakegem
DESCRIPTION="Allows for parsing and returning cookies in Ruby HTTP client code"
HOMEPAGE="https://rubygems.org/gems/cookiejar"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
LICENSE=""
SLOT="0"