aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/brew-pip.rb
blob: 1b11604fe88ae18e8ec56fc892ba3518b75fa12d (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class BrewPip < Formula
  homepage 'https://github.com/josh/brew-pip'
  url 'https://github.com/josh/brew-pip/tarball/v0.1.2'
  md5 'de88d7e2c08dc85d9f71ae5a2f3fdece'

  def install
    bin.install 'bin/brew-pip'
  end
end