Files
homebrew-cask/Casks/p/profilecreator.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
744 B
Ruby

cask "profilecreator" do
version "0.3.2,201907171032-beta"
sha256 "a4a1b45bfaa6bc83aac7ef532981aaa0c807cd17fbfb1f157980144e5d309aea"
url "https://github.com/erikberglund/ProfileCreator/releases/download/v#{version.csv.first}/ProfileCreator_v#{version.csv.first}-#{version.csv.second}.dmg"
name "ProfileCreator"
desc "Create standard or customized configuration profiles"
homepage "https://github.com/erikberglund/ProfileCreator"
depends_on macos: ">= :sierra"
app "ProfileCreator.app"
zap trash: [
"~/Library/Application Support/ProfileCreator",
"~/Library/Application Support/ProfilePayloads",
"~/Library/Preferences/com.github.erikberglund.ProfileCreator.plist",
]
caveats do
discontinued
end
end