homebrew-core/Formula/jsonpp.rb
Jan Lehnardt 08f63df2c5 jsonpp 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 23:27:36 -07:00

11 lines
267 B
Ruby

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