require 'formula' class Gmtl :build def install system "scons", "install", "prefix=#{prefix}" end end