require 'formula' require 'date' class Osm2pgsql :svn homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql' def install system "make" bin.install "osm2pgsql" end end