8057e4c46b
Closes Homebrew/homebrew#24557. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
11 lines
261 B
Ruby
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
|