diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vcprompt.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/vcprompt.rb b/Library/Formula/vcprompt.rb new file mode 100644 index 000000000..5d9cc11a8 --- /dev/null +++ b/Library/Formula/vcprompt.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Vcprompt < Formula + + head 'git://github.com/simple/vcprompt.git' + homepage 'http://vc.gerg.ca/hg/vcprompt/' + + def install + system "make" + # Install manually; 'make install' doesn't work. + bin.install "vcprompt" + end +end + |
