mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
15 lines
328 B
Ruby
15 lines
328 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_method_source < RUBY
|
|
description 'retrieve the sourcecode for a method.'
|
|
homepage 'http://banisterfiend.wordpress.com'
|
|
version "1.1.0-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
upstream_name 'method_source'
|
|
end
|