dev-ruby/docopt - 0.6.1 (pentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/docopt-0.6.1

Package Information

Description:
Command line option parser
Homepage:
https://github.com/docopt/docopt.rb
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.6.1 8 amd64 arm64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33"

inherit ruby-fakegem

DESCRIPTION="Command line option parser"
HOMEPAGE="https://github.com/docopt/docopt.rb"

KEYWORDS="amd64 arm64 x86"
LICENSE="MIT"
SLOT="0"

Inherited Eclasses