homebrew-cask/Casks/o/oversight.rb

32 lines
1.0 KiB
Ruby

cask "oversight" do
version "2.2.2"
sha256 "2e0eba973c0f76e4468a7d7f949d34628b06d735bcf64c170d20e79f29d70915"
url "https://github.com/objective-see/OverSight/releases/download/v#{version}/OverSight_#{version}.zip",
verified: "github.com/objective-see/OverSight/"
name "OverSight"
desc "Monitors computer mic and webcam"
homepage "https://objective-see.com/products/oversight.html"
depends_on macos: ">= :monterey"
installer script: {
executable: "#{staged_path}/OverSight Installer.app/Contents/MacOS/OverSight Installer",
args: ["-install"],
sudo: true,
}
uninstall script: {
executable: "#{staged_path}/OverSight Installer.app/Contents/MacOS/OverSight Installer",
args: ["-uninstall"],
sudo: true,
}
zap trash: [
"~/Library/Caches/com.objective-see.oversight",
"~/Library/Caches/com.objective-see.OverSightHelper",
"~/Library/Preferences/com.objective-see.oversight.plist",
"~/Library/Preferences/com.objective-see.OverSightHelper.plist",
]
end