From fcf60e54fc4baaed80f0b4d85fdf33716433e1e7 Mon Sep 17 00:00:00 2001 From: Alex Kahn Date: Sun, 13 Dec 2009 15:34:19 -0500 Subject: Add formula for repl (http://github.com/defunkt/repl). Signed-off-by: Adam Vandenberg --- Library/Formula/repl.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/repl.rb (limited to 'Library/Formula') diff --git a/Library/Formula/repl.rb b/Library/Formula/repl.rb new file mode 100644 index 000000000..5b109322b --- /dev/null +++ b/Library/Formula/repl.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Repl < Formula + head 'git://github.com/defunkt/repl.git', :tag => 'v0.1.0' + homepage 'http://github.com/defunkt/repl' + + def initialize(*args) + super + @version = '0.1.0' + end + + def install + bin.install 'bin/repl' + man1.install 'man/repl.1' + end +end -- cgit v1.2.3