2009-12-13 20:34:19 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Repl < Formula
|
2011-08-22 20:58:07 +00:00
|
|
|
url 'https://github.com/defunkt/repl/tarball/v1.0.0'
|
2010-11-10 18:16:28 +00:00
|
|
|
homepage 'https://github.com/defunkt/repl'
|
2011-08-22 20:58:07 +00:00
|
|
|
md5 '755f121d1ae777a0e3c26f837d8fb18a'
|
2010-04-07 05:58:35 +00:00
|
|
|
|
2010-01-30 08:40:21 +00:00
|
|
|
depends_on 'rlwrap' => :optional
|
2009-12-13 20:34:19 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bin/repl'
|
|
|
|
man1.install 'man/repl.1'
|
|
|
|
end
|
|
|
|
end
|