require 'formula' class Pdksh < Formula homepage 'http://www.cs.mun.ca/~michael/pdksh/' url 'http://www.cs.mun.ca/~michael/pdksh/files/pdksh-5.2.14.tar.gz' sha1 '8b022e45de7691ef330f13b0981f0cff30b4047d' # Use a sort command that works with Leopard and up def patches { :p0 => "https://trac.macports.org/export/90549/trunk/dports/shells/pdksh/files/patch-siglist.sh.diff" } end def install # --mandir does not work for this inreplace "Makefile.in", "$(prefix)/man/man$(manext)", "$(prefix)/share/man/man1" system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" system "make install" end end 515e29e9dbf27cb68c0c589aa82'/> :beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/hardware.rb
blob: a47de524724e297452d50f652f98409720dfb013 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74