2011-07-23 19:02:33 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class BrewPip < Formula
|
|
|
|
homepage 'https://github.com/josh/brew-pip'
|
2013-03-29 01:03:20 +00:00
|
|
|
url 'https://github.com/josh/brew-pip/archive/v0.1.2.tar.gz'
|
|
|
|
sha1 '49fbd82ceb601e98999cbd28c106a7c26ff16a2b'
|
2011-07-23 19:02:33 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bin/brew-pip'
|
|
|
|
end
|
|
|
|
end
|