rbenv 0.1.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Joshua Peek 2011-08-14 13:10:54 -05:00 committed by Adam Vandenberg
parent d6f1c852db
commit 09cb549493
1 changed files with 13 additions and 0 deletions

13
Formula/rbenv.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Rbenv < Formula
url 'https://github.com/sstephenson/rbenv/tarball/v0.1.1'
homepage 'https://github.com/sstephenson/rbenv'
md5 '3a53a4f7397d124bf2119bf2237028b3'
head 'https://github.com/sstephenson/rbenv.git'
def install
prefix.install Dir['*']
end
end