require 'formula' class Allegro :build depends_on 'libvorbis' => :optional def install system "cmake . #{std_cmake_parameters}" system "make install" end end