homebrew-core/Formula/osm2pgsql.rb

13 lines
279 B
Ruby

require 'formula'
require 'date'
class Osm2pgsql <Formula
head 'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/', :using => :svn
homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql'
def install
system "make"
bin.install "osm2pgsql"
end
end