2011-08-14 18:10:54 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Rbenv < Formula
|
2011-09-28 19:40:07 +00:00
|
|
|
url 'https://github.com/sstephenson/rbenv/tarball/v0.2.0'
|
2011-08-14 18:10:54 +00:00
|
|
|
homepage 'https://github.com/sstephenson/rbenv'
|
2011-09-28 19:40:07 +00:00
|
|
|
md5 'c26a72aa07ecf6cf51f1517f2c70a9dd'
|
2011-08-14 18:10:54 +00:00
|
|
|
|
|
|
|
head 'https://github.com/sstephenson/rbenv.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
prefix.install Dir['*']
|
|
|
|
end
|
|
|
|
end
|