From 4474df2fd2143f8d71219d2e2ac34e039c3567f8 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 23 Jul 2011 14:02:33 -0500 Subject: brew-pip 0.1.1 Signed-off-by: Adam Vandenberg --- Library/Formula/brew-pip.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/brew-pip.rb (limited to 'Library') diff --git a/Library/Formula/brew-pip.rb b/Library/Formula/brew-pip.rb new file mode 100644 index 000000000..9f91703e8 --- /dev/null +++ b/Library/Formula/brew-pip.rb @@ -0,0 +1,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 -- cgit v1.2.3