aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/brew-pip.rb
blob: 9f91703e84ab2c1fbf36a7da0b6721fe1a9ed378 (plain)
1
2
3
4
5
6
7
8
9
10
11
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