diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/brew-pip.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/brew-pip.rb b/Library/Formula/brew-pip.rb new file mode 100644 index 000000000..9f91703e8 --- /dev/null +++ b/Library/Formula/brew-pip.rb @@ -0,0 +1,11 @@ +require 'formula' + +class BrewPip < Formula + url 'https://github.com/josh/brew-pip/tarball/v0.1.1' + homepage 'https://github.com/josh/brew-pip' + md5 '2c4b16e9129ab436a3db9cc3ce32b187' + + def install + bin.install 'bin/brew-pip' + end +end |
