require 'formula' class Jython :nounzip homepage 'http://www.jython.org' sha1 'd4534a691edf40aa1d51723dfe3e22db1e39b432' def install system "java", "-jar", Pathname.new(@url).basename, "-s", "-d", libexec bin.mkpath ln_s libexec+'bin/jython', bin end end