mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
13 lines
289 B
Ruby
13 lines
289 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_docopt < RUBY
|
|
description 'Docopt parses command line arguments from nothing more than a usage message.'
|
|
homepage 'http://docopt.org/'
|
|
version '0.6.1-ruby-3.3'
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
no_compile_needed
|
|
end
|