homebrew-cask/Casks/profilecreator.rb

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