require 'formula' class Fossil < Formula homepage 'http://www.fossil-scm.org/' url 'http://www.fossil-scm.org/download/fossil-src-20120317175325.tar.gz' md5 'a7106450722e8477972d230fa535702f' version '1.22' head 'fossil://http://www.fossil-scm.org/' def install system "./configure" system "make" bin.install 'fossil' end end