mairix: add 0.23 bottle.
This commit is contained in:
parent
07129b730d
commit
5ac4651dda
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Mairix < Formula
|
|||
|
||||
head "https://github.com/rc0/mairix.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "453f15461f87619409983ab90620d5bb57d151a3f3485d08d3e5a9e26c59713d" => :el_capitan
|
||||
sha256 "f41193f4f7ca899f5ad2ecd8ef9e1fab3b6810f008b2ea8e55d310dba8c7a795" => :yosemite
|
||||
sha256 "4fadb513b3478d776d3a23e8352015b18f45a4347a50b2fed988f1729a7336e7" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
|
||||
|
|
Loading…
Reference in a new issue