adding vcprompt formula

This commit is contained in:
Ivan Torres 2009-10-28 19:48:25 -06:00 committed by Max Howell
parent 13bf84e08f
commit 8b5b16d5a8

14
Formula/vcprompt.rb Normal file
View file

@ -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