2011-08-22 21:05:38 +00:00
|
|
|
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/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'fecba52fda2a9e08f23ea76b5c53d1d6c894f564'
|
2011-08-22 21:05:38 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'jsonpp'
|
|
|
|
end
|
|
|
|
end
|