require "formula" class Cpputest < Formula homepage "http://www.cpputest.org/" url "https://github.com/cpputest/cpputest/archive/v3.6.tar.gz" sha1 "308a4200adfb86182251d435e09f42360d9ed8ea" head do url "https://github.com/cpputest/cpputest.git" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build end def install system "./autogen.sh" if build.head? system "./configure", "--prefix=#{prefix}" system "make install" end end rc='/logo.png' alt='cgit logo'/> index : homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmagic.rb
blob: 38561adbd39c28ce54b22fa8b4d9d16f1847d69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19