homebrew-core/Formula/brew-pip.rb
Lee Hanxue 8057e4c46b brew-pip 0.4.1
Closes Homebrew/homebrew#24557.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-11 20:37:58 -08:00

11 lines
261 B
Ruby

require 'formula'
class BrewPip < Formula
homepage 'https://github.com/hanxue/brew-pip'
url 'https://github.com/hanxue/brew-pip/archive/0.4.1.tar.gz'
sha1 'be2bb7ade3394116f1be35771669e60321cdb2a7'
def install
bin.install 'bin/brew-pip'
end
end