2011-07-23 19:02:33 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class BrewPip < Formula
|
|
|
|
homepage 'https://github.com/josh/brew-pip'
|
2012-06-04 01:38:56 +00:00
|
|
|
url 'https://github.com/josh/brew-pip/tarball/v0.1.2'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '0fac3fe1b9563f6a7fb69d257b4146678fd540a4'
|
2011-07-23 19:02:33 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bin/brew-pip'
|
|
|
|
end
|
|
|
|
end
|