2012-06-25 18:31:30 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class RbenvVars < Formula
|
|
|
|
homepage 'https://github.com/sstephenson/rbenv-vars'
|
2013-03-29 20:29:20 +00:00
|
|
|
url 'https://github.com/sstephenson/rbenv-vars/archive/v1.2.0.tar.gz'
|
|
|
|
sha1 '8953cecac154fac96dc1e68b54d66a4c8b569e08'
|
2012-06-25 18:31:30 +00:00
|
|
|
|
|
|
|
head 'https://github.com/sstephenson/rbenv-vars.git'
|
|
|
|
|
|
|
|
depends_on 'rbenv'
|
|
|
|
|
|
|
|
def install
|
|
|
|
prefix.install Dir['*']
|
|
|
|
end
|
|
|
|
end
|