require 'formula' class GnuWhich < Formula homepage 'http://carlo17.home.xs4all.nl/which/' url 'http://ftpmirror.gnu.org/which/which-2.20.tar.gz' mirror 'http://ftp.gnu.org/gnu/which/which-2.20.tar.gz' sha1 '3bcd6d87aa5231917ba7123319eedcae90cfa0fd' option 'default-names', "Do not prepend 'g' to the binary" def install args = ["--prefix=#{prefix}", "--disable-dependency-tracking"] args << "--program-prefix=g" unless build.include? 'default-names' system "./configure", *args system "make install" end end /td> index : homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/idutils.rb
blob: 5cb9bf18ddc6a4ed5d6799060aab36b63f6a022d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24