mdp: add 0.91.3 bottle.
Closes Homebrew/homebrew#32699. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
831f279e9d
commit
af8cf5a0af
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Mdp < Formula
|
|||
url "https://github.com/visit1985/mdp/archive/0.91.3.tar.gz"
|
||||
sha1 "e8a0264068c21df1f00e391ec22e674141fddcc1"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "cc6da77fce8cc33d8e563d8069b07eb7de147601" => :mavericks
|
||||
sha1 "ea647ad8b94575a91125c0b967c02ab8cdf141b2" => :mountain_lion
|
||||
sha1 "7394b1dc8b9aa4e96debb0af0e75dca8828d119c" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "make"
|
||||
system "make", "install", "DESTDIR=#{bin}"
|
||||
|
|
Loading…
Reference in a new issue