homebrew-core/Formula/rbenv-bundler.rb

16 lines
365 B
Ruby

require 'formula'
class RbenvBundler < Formula
homepage 'https://github.com/carsomyr/rbenv-bundler'
url 'https://github.com/carsomyr/rbenv-bundler/tarball/0.95'
sha1 '373b93874b889ae11c2e26460e73ef1a99e8b9f6'
depends_on 'rbenv'
def install
prefix.install Dir['*']
ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}"
end
end