From adc2396339dc8801c16069837cb47537ba7d4bf5 Mon Sep 17 00:00:00 2001 From: Richard Lee <14349+dlackty@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:12:10 +0800 Subject: [PATCH] display-pilot 1.5.0.0_Mac_250102090118 (new cask) --- Casks/d/display-pilot.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Casks/d/display-pilot.rb diff --git a/Casks/d/display-pilot.rb b/Casks/d/display-pilot.rb new file mode 100644 index 000000000000..1282b808f7d6 --- /dev/null +++ b/Casks/d/display-pilot.rb @@ -0,0 +1,19 @@ +cask "display-pilot" do + version "1.5.0.0_Mac_250102090118" + sha256 "deef444a8d9a32ac75939862e0e32ead901f04099a696a8a85dd60944f58aa85" + + url "https://esupportdownload.benq.com/esupport/VERTICAL%20&%20PROFESSIONAL%20DISPLAY/Software/Display%20Pilot%202/Display%20Pilot%202%20for%20Mac_V#{version}.zip" + name "Display Pilot 2" + desc "Streamlines display control: brightness, inputs, pivot, and more" + homepage "https://www.benq.com/en-ap/monitor/software/display-pilot-2.html" + + livecheck do + skip "No reliable way to get version info" + end + + depends_on macos: ">= :big_sur" + + app "Display Pilot 2.app" + + zap trash: "~/Library/Preferences/com.benq.DisplayPilot2.plist" +end