blob: 793111514c0457f0a6e182f4dd4e3c4eb66aa9f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require 'formula'
class BrewPip < Formula
homepage 'https://github.com/hanxue/brew-pip'
url 'https://github.com/hanxue/brew-pip/archive/0.4.1.tar.gz'
sha1 'be2bb7ade3394116f1be35771669e60321cdb2a7'
def install
bin.install 'bin/brew-pip'
end
end
|