aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJoshua Peek2011-07-23 14:02:33 -0500
committerAdam Vandenberg2011-08-13 20:44:55 -0700
commit4474df2fd2143f8d71219d2e2ac34e039c3567f8 (patch)
tree8655d4e9ae2273d1f08c73398a650ec9a2e4b92c /Library
parentd1753f5b68d89154db89e8e80b21f9a0a5eec993 (diff)
downloadhomebrew-4474df2fd2143f8d71219d2e2ac34e039c3567f8.tar.bz2
brew-pip 0.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/brew-pip.rb11
1 files changed, 11 insertions, 0 deletions
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