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'
|
|
|
|
md5 'de88d7e2c08dc85d9f71ae5a2f3fdece'
|
2011-07-23 19:02:33 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bin/brew-pip'
|
|
|
|
end
|
|
|
|
end
|