homebrew-core/Formula/rbenv.rb
Guillermo Iguaran f1472b9245 rbenv 0.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-01 11:31:35 -07:00

13 lines
296 B
Ruby

require 'formula'
class Rbenv < Formula
url 'https://github.com/sstephenson/rbenv/tarball/v0.2.1'
homepage 'https://github.com/sstephenson/rbenv'
md5 '4b2ca757c7dcc6384a49d8947b97c4ed'
head 'https://github.com/sstephenson/rbenv.git'
def install
prefix.install Dir['*']
end
end