libcppa 0.9.1

[jn: add ENV.cxx11]

Closes Homebrew/homebrew#28975.
Closes Homebrew/homebrew#29112.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Hermiod 2014-05-05 22:24:04 +02:00 committed by Jack Nagel
parent f039be1b0a
commit 0ba9cea6f3

View file

@ -2,8 +2,8 @@ require 'formula'
class Libcppa < Formula
homepage 'http://libcppa.blogspot.it'
url 'https://github.com/Neverlord/libcppa/archive/V0.8.1.tar.gz'
sha1 'd4f096aae2bb72e254ad6df45edf3fb62370acaa'
url 'http://github.com/Neverlord/libcppa/archive/V0.9.1.tar.gz'
sha1 '70ea94e25b508d85ee4899f9632eb71b79f17480'
depends_on 'cmake' => :build
@ -13,6 +13,8 @@ class Libcppa < Formula
option 'with-examples', 'Build examples'
def install
ENV.cxx11
args = %W[
--prefix=#{prefix}
--build-static