aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-06 14:54:32 +0000
committerJack Nagel2015-01-12 20:50:25 -0500
commit26f5323eda5a5abef7ad45daeb984d0b8ae14211 (patch)
tree0227aad45c40eda333194d9540de4574af4a9e4b /Library/Formula
parent61a0d69e010fb11012f1d600817613a1ddddaea9 (diff)
downloadhomebrew-26f5323eda5a5abef7ad45daeb984d0b8ae14211.tar.bz2
dvtm: add 0.13 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dvtm.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dvtm.rb b/Library/Formula/dvtm.rb
index 2d12d2f14..a1d12fa33 100644
--- a/Library/Formula/dvtm.rb
+++ b/Library/Formula/dvtm.rb
@@ -6,6 +6,13 @@ class Dvtm < Formula
sha1 "8a4fc2440faa3050244e5a492fb6766899e0c0d7"
head "git://repo.or.cz/dvtm.git"
+ bottle do
+ cellar :any
+ sha1 "5f90807a984ea18940aa62b31fccf1d5360fd904" => :yosemite
+ sha1 "0cc466200f2eb56604e6222055d3860dc66804e1" => :mavericks
+ sha1 "55a10e62092fed633e9252d07134a7cad1df8217" => :mountain_lion
+ end
+
def install
ENV.append_to_cflags "-D_DARWIN_C_SOURCE"
system "make", "PREFIX=#{prefix}", "LIBS=-lc -lutil -lncurses", "install"