aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLeon Zhang2012-03-18 12:36:58 +0900
committerAdam Vandenberg2012-03-17 20:50:57 -0700
commita81fde40dbd50cacc93d3ad5dc80612779a69e25 (patch)
tree257aae18eb5fdce591604f4f838f2c3aaca97d54 /Library/Formula
parentf320cfcbc4e282c3ba0da9afd1a9114a05e26a30 (diff)
downloadhomebrew-a81fde40dbd50cacc93d3ad5dc80612779a69e25.tar.bz2
cmus: add git --head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cmus.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb
index 65d048089..69a6f6459 100644
--- a/Library/Formula/cmus.rb
+++ b/Library/Formula/cmus.rb
@@ -4,6 +4,7 @@ class Cmus < Formula
url 'http://downloads.sourceforge.net/cmus/cmus-v2.4.3.tar.bz2'
homepage 'http://cmus.sourceforge.net/'
md5 '75452cf007637214c4ab5444e076114b'
+ head 'https://git.gitorious.org/cmus/cmus.git', :using => :git
depends_on 'pkg-config' => :build
depends_on 'libao'
@@ -13,6 +14,7 @@ class Cmus < Formula
depends_on 'faad2'
depends_on 'flac'
depends_on 'mp4v2'
+ depends_on 'libcue' if ARGV.build_head?
skip_clean 'bin/cmus'
skip_clean 'bin/cmus-remote'