jxrlib: add 1.1 bottle.

This commit is contained in:
BrewTestBot 2016-08-15 21:40:44 +01:00 committed by Baptiste Fontaine
parent 54979c663e
commit 8683fd1057

View file

@ -7,6 +7,13 @@ class Jxrlib < Formula
head "https://git01.codeplex.com/jxrlib", :using => :git
bottle do
cellar :any_skip_relocation
sha256 "47c308b47ec8227d813a21c8092b32ada9b7f862aef102bf619d6bb19f0144e1" => :el_capitan
sha256 "0dae977caf9e34289c9dd09f7e12bdf7158ccc42d9fa2dc00b4164b82c1caf3f" => :yosemite
sha256 "cc49654146951a561ca6fce7c485f7f3f3511ab5549a7db8263e4e8ddc95e740" => :mavericks
end
def install
if build.head?
system "make", "install", "DIR_INSTALL=#{prefix}"