aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ncmpcpp.rb
diff options
context:
space:
mode:
authorMisty De Meo2014-09-27 17:53:15 -0700
committerMisty De Meo2014-09-27 17:53:58 -0700
commite9d602899d152137cc57d276843be4d4c83a949f (patch)
tree46efd0797cfefb254f9946f2adaa413454998077 /Library/Formula/ncmpcpp.rb
parent64868c40ec1d6d3c1b18ec53886fe90a859437ca (diff)
downloadhomebrew-e9d602899d152137cc57d276843be4d4c83a949f.tar.bz2
ncmpcpp: devel 0.6-beta4
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
-rw-r--r--Library/Formula/ncmpcpp.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb
index f442858b2..c8b790bdd 100644
--- a/Library/Formula/ncmpcpp.rb
+++ b/Library/Formula/ncmpcpp.rb
@@ -12,6 +12,15 @@ class Ncmpcpp < Formula
end
end
+ devel do
+ url "http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.6_beta4.tar.bz2"
+ sha1 "e995546831489e3629a961512365dc2d3f2f7310"
+ version "0.6-beta4"
+
+ depends_on 'boost' # not needed by stable
+ depends_on 'readline'
+ end
+
head do
url 'git://repo.or.cz/ncmpcpp.git'