require 'formula' class Sox < Formula homepage 'http://sox.sourceforge.net/' url 'http://downloads.sourceforge.net/project/sox/sox/14.4.1/sox-14.4.1.tar.gz' sha1 '71f05afc51e3d9b03376b2f98fd452d3a274d595' depends_on 'pkg-config' => :build depends_on :libpng depends_on 'mad' depends_on 'opencore-amr' => :optional depends_on 'libvorbis' => :optional depends_on 'flac' => :optional depends_on 'libsndfile' => :optional depends_on 'libao' => :optional def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--disable-gomp" system "make install" end end nput type='hidden' name='id' value='3b68215be793774fafd9ce124a2065f5968f50e5'/> 🍺 The missing package manager for macOS
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/aspell-dictionaries.rb
blob: 8e9197bdae143ae52c45bb1adb6c4c8e7eecb8ac (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