2011-08-14 18:10:54 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Rbenv < Formula
|
2011-08-17 05:33:26 +00:00
|
|
|
url 'https://github.com/sstephenson/rbenv/tarball/v0.1.2'
|
2011-08-14 18:10:54 +00:00
|
|
|
homepage 'https://github.com/sstephenson/rbenv'
|
2011-08-17 05:33:26 +00:00
|
|
|
md5 '4f39199a353e350e3ca50a78de2fb73c'
|
2011-08-14 18:10:54 +00:00
|
|
|
|
|
|
|
head 'https://github.com/sstephenson/rbenv.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
prefix.install Dir['*']
|
|
|
|
end
|
|
|
|
end
|