Skip to content

Commit

Permalink
idevicerestore 1.0.0-171-g8a5abb9
Browse files Browse the repository at this point in the history
  • Loading branch information
stek29 committed Mar 7, 2024
1 parent 2d0821a commit 83e48e5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Formula/idevicerestore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Idevicerestore < Formula
desc "Restore firmware files to iOS devices"
homepage "https://www.libimobiledevice.org/"
url "https://github.com/libimobiledevice/idevicerestore.git",
revision: "f80a876b3598de4eb551bafcb279947c527fae33"
version "1.0.0-95-gf80a876"
revision: "8a5abb99170b324b0fc5a00928ba2ac78a7afc98"
version "1.0.0-171-g8a5abb9"
license "LGPL-3.0-or-later"
head "https://github.com/libimobiledevice/idevicerestore.git", branch: "master"

Expand All @@ -26,16 +26,20 @@ class Idevicerestore < Formula
depends_on "libtool" => :build
depends_on "pkg-config" => :build

depends_on "libplist"
depends_on "libzip"
depends_on "stek29/idevice/libimobiledevice"
depends_on "stek29/idevice/libirecovery"
depends_on "stek29/idevice/libplist"

def install
system "./autogen.sh", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
args = %w[
--disable-debug
--disable-dependency-tracking
--disable-silent-rules
]

system "./autogen.sh", *std_configure_args, *args

system "make"
system "make", "install"
end
Expand Down

0 comments on commit 83e48e5

Please sign in to comment.