aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/brew-pip.rb
blob: 976c3231b63eaf0a210a236edbe3b99bb818697e (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/archive/v0.1.2.tar.gz'
  sha1 '49fbd82ceb601e98999cbd28c106a7c26ff16a2b'

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