08f63df2c5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
11 lines
267 B
Ruby
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
|