rbenv-binstubs 1.1 (new formula)
Closes Homebrew/homebrew#21317. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f5c5d29d6a
commit
bc223a3e8d
1 changed files with 15 additions and 0 deletions
15
Formula/rbenv-binstubs.rb
Normal file
15
Formula/rbenv-binstubs.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class RbenvBinstubs < Formula
|
||||
homepage 'https://github.com/ianheggie/rbenv-binstubs'
|
||||
url 'https://github.com/ianheggie/rbenv-binstubs/archive/1.1.tar.gz'
|
||||
sha1 '196ab69695634b06ff6f0151270c66ab7dc9da5c'
|
||||
|
||||
head 'https://github.com/ianheggie/rbenv-binstubs.git'
|
||||
|
||||
depends_on 'rbenv'
|
||||
|
||||
def install
|
||||
prefix.install Dir['*']
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue