aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rbenv-vars.rb
blob: 8863e4ae089229ce1acbafc0efe162e3f1c8023c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require 'formula'

class RbenvVars < Formula
  homepage 'https://github.com/sstephenson/rbenv-vars'
  url 'https://github.com/sstephenson/rbenv-vars/archive/v1.2.0.tar.gz'
  sha1 '8953cecac154fac96dc1e68b54d66a4c8b569e08'

  head 'https://github.com/sstephenson/rbenv-vars.git'

  depends_on 'rbenv'

  def install
    prefix.install Dir['*']
  end
end