rbenv-binstubs 1.1 (new formula)

Closes Homebrew/homebrew#21317.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Blake Watters 2013-07-18 16:37:52 -04:00 committed by Mike McQuaid
parent f5c5d29d6a
commit bc223a3e8d

15
Formula/rbenv-binstubs.rb Normal file
View 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