1 class Libirecovery < Formula
2 desc "library for communication to iBoot/iBSS on iOS devices via USB."
3 homepage "https://github.com/libimobiledevice/libirecovery"
4 url "https://github.com/libimobiledevice/libirecovery/archive/master.tar.gz"
6 #sha256 "f5b685aced24ad3ea4f06a378e0f4582a69a4d39750f6e529ba2fff212785ccc"
8 depends_on "automake" => :build
9 depends_on "libtool" => :build
10 depends_on "autoconf" => :build
13 system "./autogen.sh", "--disable-debug",
14 "--disable-dependency-tracking",
15 "--disable-silent-rules",
18 system "make", "install"
22 system "ls", "#{lib}/libirecovery.dylib"