rbenv-default-gems: 1.0.0 (new formula)
Closes Homebrew/homebrew#17545. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
1a639ec703
commit
0c5483e86f
1 changed files with 17 additions and 0 deletions
17
Formula/rbenv-default-gems.rb
Normal file
17
Formula/rbenv-default-gems.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
require 'formula'
|
||||
|
||||
class RbenvDefaultGems < Formula
|
||||
homepage 'https://github.com/sstephenson/rbenv-default-gems'
|
||||
url 'https://github.com/sstephenson/rbenv-default-gems/tarball/v1.0.0'
|
||||
sha1 '31789539ad0e69c2b9e2ec0da1d9acb8fba8b2bc'
|
||||
|
||||
head 'https://github.com/sstephenson/rbenv-default-gems.git'
|
||||
|
||||
depends_on 'rbenv'
|
||||
depends_on 'ruby-build'
|
||||
|
||||
def install
|
||||
prefix.install Dir['*']
|
||||
ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue