1 2 3 4 5 6 7 8 9 10 11 12 13
require 'formula' class Vcprompt < Formula head 'hg://http://vc.gerg.ca/hg/vcprompt/' homepage 'http://vc.gerg.ca/hg/vcprompt/' def install system "make" # Install manually; 'make install' doesn't work. bin.install "vcprompt" end end