homebrew-core/Formula/brew-pip.rb
Joshua Peek 8c3348b17e brew-pip 0.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-13 20:44:55 -07:00

11 lines
242 B
Ruby

require 'formula'
class BrewPip < Formula
url 'https://github.com/josh/brew-pip/tarball/v0.1.1'
homepage 'https://github.com/josh/brew-pip'
md5 '2c4b16e9129ab436a3db9cc3ce32b187'
def install
bin.install 'bin/brew-pip'
end
end