2011-07-23 19:02:33 +00:00
|
|
|
class BrewPip < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Install pip packages as homebrew formulas"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "https://github.com/hanxue/brew-pip"
|
|
|
|
url "https://github.com/hanxue/brew-pip/archive/0.4.1.tar.gz"
|
|
|
|
sha256 "9049a6db97188560404d8ecad2a7ade72a4be4338d5241097d3e3e8e215cda28"
|
2011-07-23 19:02:33 +00:00
|
|
|
|
|
|
|
def install
|
2015-08-03 12:55:31 +00:00
|
|
|
bin.install "bin/brew-pip"
|
2011-07-23 19:02:33 +00:00
|
|
|
end
|
|
|
|
end
|