class Capnp < Formula homepage "https://capnproto.org/" url "https://capnproto.org/capnproto-c++-0.5.1.tar.gz" sha1 "98565b2a79f4748f0f9e02fbff80fbb8803ac9fc" bottle do sha1 "8efac5284bcf2f16378c93d5384c5459cc0aa684" => :yosemite sha1 "c469a616d9d94e0cfcce9e93f8a0623511055fd1" => :mavericks sha1 "23ed9c4e64f5b3b08774731d23a0c2cd041bb647" => :mountain_lion end needs :cxx11 option "without-shared", "Disable building shared library variant" def install args = %W[ --disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} ] args << "--disable-shared" if build.without? "shared" system "./configure", *args system "make", "check" system "make", "install" end test do system "#{bin}/capnp", "--version" end end on value='gh-pages'>gh-pages :beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/intercal.rb
blob: 76b5d427f68b9d6a0ad75a08956c54c9ce28e688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20