Skip to content

Commit

Permalink
Added a bottle section for el_capitan
Browse files Browse the repository at this point in the history
  • Loading branch information
craigminihan committed Feb 21, 2017
1 parent 3388714 commit 530bac8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions avancedb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ class Avancedb < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build

bottle do
root_url "ftp://ftp.ripcordsoftware.com/pub/brew"
cellar :any
sha256 "7d581fe325dd32b44bef21057b8ddabb8d1e35ef9d1c0df6163ef9db036a29bd" => :el_capitan
end

def install
system "make", "CONF=Release"
Expand Down

0 comments on commit 530bac8

Please sign in to comment.