mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
517 B
Ruby
17 lines
517 B
Ruby
cask "pppc-utility" do
|
|
version "1.5.0"
|
|
sha256 "208f066e176197424cbbf8dd0803e9407c800de621c322feb566d20b9f3be32c"
|
|
|
|
url "https://github.com/jamf/PPPC-Utility/releases/download/#{version}/PPPC-Utility.zip"
|
|
name "PPPC Utility"
|
|
name "Privacy Preferences Policy Control Utility"
|
|
desc "Create configuration profiles containing a PPPC payload"
|
|
homepage "https://github.com/jamf/PPPC-Utility"
|
|
|
|
depends_on macos: ">= :catalina"
|
|
|
|
app "PPPC Utility.app"
|
|
|
|
uninstall quit: "com.jamf.opensource.pppcutility"
|
|
end
|