jsoncpp 0.10.2-p1
Closes Homebrew/homebrew#41154. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
ec6e0912ad
commit
1e8669e315
1 changed files with 3 additions and 8 deletions
|
@ -3,8 +3,9 @@ require "formula"
|
|||
class Jsoncpp < Formula
|
||||
desc "Library for interacting with JSON"
|
||||
homepage "https://github.com/open-source-parsers/jsoncpp"
|
||||
url "https://github.com/open-source-parsers/jsoncpp/archive/svn-release-0.6.0-rc2.tar.gz"
|
||||
sha1 "6cc51ed1f31e742637a512201b585e0bc4e06980"
|
||||
url "https://github.com/open-source-parsers/jsoncpp/archive/0.10.2-p1.tar.gz"
|
||||
sha256 "43fe64ffb0630ac3530547e2c4dcec1bfcdf48bdb5b53a0f4971ee420b39c2be"
|
||||
version "0.10.2-p1"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -15,12 +16,6 @@ class Jsoncpp < Formula
|
|||
|
||||
depends_on "scons" => :build
|
||||
|
||||
patch :p1 do
|
||||
# use the usual environment variables for the compilation flags
|
||||
url "https://github.com/open-source-parsers/jsoncpp/pull/55.patch"
|
||||
sha1 "d2e985a0877fc811acfb34f62713a35ba4742452"
|
||||
end
|
||||
|
||||
def install
|
||||
gccversion = `g++ -dumpversion`.strip
|
||||
libs = buildpath/"libs/linux-gcc-#{gccversion}/"
|
||||
|
|
Loading…
Reference in a new issue