aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jsonpp.rb
blob: 4e7c2b48772672c5d79a2c076830931aec0d7d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Jsonpp < Formula
  url 'http://cloud.github.com/downloads/jmhodges/jsonpp/jsonpp-1.0.0-osx-x86_64.zip'
  homepage 'http://jmhodges.github.com/jsonpp/'
  md5 '2cd5faf6f11466b587a4ab744de13a16'

  def install
    bin.install 'jsonpp'
  end
end