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

class Jsonpp < Formula
  homepage 'http://jmhodges.github.io/jsonpp/'
  url 'https://github.com/jmhodges/jsonpp/releases/v1.2.0/715/jsonpp-1.2.0-osx-x86_64.zip'
  version '1.2.0'
  sha1 '422d5b2cefa92923d2fbef9afe1324d72134509e'

  def install
    bin.install 'jsonpp'
  end
end