aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rbenv.rb
blob: 8297f8e513b9b320248be8dd03c94653278960ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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