Skip to content

Instantly share code, notes, and snippets.

@christoph-buente
christoph-buente / osmium.rb
Created April 26, 2012 07:49
Osmium Homebrew formula
require 'formula'
class Osmium < Formula
head 'https://github.com/joto/osmium.git'
homepage 'http://wiki.openstreetmap.org/wiki/Osmium'
depends_on 'boost'
depends_on 'lzlib'
depends_on 'shapelib'
depends_on 'expat'