diff options
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
| -rw-r--r-- | Library/Formula/ncmpcpp.rb | 9 |
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' |
