88779ade49
Closes Homebrew/homebrew#14653.
11 lines
251 B
Ruby
11 lines
251 B
Ruby
require 'formula'
|
|
|
|
class BrewPip < Formula
|
|
homepage 'https://github.com/josh/brew-pip'
|
|
url 'https://github.com/josh/brew-pip/tarball/v0.1.2'
|
|
sha1 '0fac3fe1b9563f6a7fb69d257b4146678fd540a4'
|
|
|
|
def install
|
|
bin.install 'bin/brew-pip'
|
|
end
|
|
end
|