homebrew-core/Formula/rbenv-bundler.rb

16 lines
365 B
Ruby
Raw Normal View History

require 'formula'
class RbenvBundler < Formula
homepage 'https://github.com/carsomyr/rbenv-bundler'
2013-01-11 10:49:15 +00:00
url 'https://github.com/carsomyr/rbenv-bundler/tarball/0.95'
2013-01-21 09:43:29 +00:00
sha1 '68f34b7d9e123d93f51fe5fcca585fdaf3cd31e7'
depends_on 'rbenv'
def install
prefix.install Dir['*']
ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}"
end
end