1 class Idevicelocation < Formula
2 desc "Tool to set the location on iOS Devices"
3 homepage "https://github.com/JonGabilondoAngulo/idevicelocation"
4 url "https://github.com/galaxy001/idevicelocation/archive/v101.tar.gz"
5 sha256 "cfaf45a431d872676c688389bd25a6399da210c243971203b32e5bcb7de6b641"
7 # See also `libimobiledevice/1.3.0/bin/idevicesetlocation`
12 depends_on "pkg-config"
14 depends_on "libimobiledevice"
16 depends_on "openssl@1.1"
19 system "./autogen.sh", "--disable-dependency-tracking",
20 "--disable-silent-rules",
22 system "make", "install"
26 system "#{bin}/idevicelocation", "--help"