From 6f732a02f2791a4e8235beb8f627fda0b46e609c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 13 Feb 2012 13:26:44 -0500 Subject: autoenv 0.0.1 Signed-off-by: Adam Vandenberg --- Library/Formula/autoenv.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Library/Formula/autoenv.rb (limited to 'Library') diff --git a/Library/Formula/autoenv.rb b/Library/Formula/autoenv.rb new file mode 100644 index 000000000..f316ee1c6 --- /dev/null +++ b/Library/Formula/autoenv.rb @@ -0,0 +1,22 @@ +require 'formula' + +class Autoenv < Formula + homepage 'https://github.com/kennethreitz/autoenv' + url 'https://github.com/kennethreitz/autoenv/tarball/v0.0.1' + md5 '92dd44e136946964f6aa72967c4d032b' + + head 'https://github.com/kennethreitz/autoenv.git', :branch => 'master' + + def install + prefix.install "activate.sh" + end + + def caveats; <<-EOS.undent + Autoenv was installed to: + #{prefix} + + To finish the installation, source activate.sh in your shell: + source #{prefix}/activate.sh + EOS + end +end -- cgit v1.2.3