excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / autodmg.rb
blob134b9133a255c30aef32047086d67adfc1912050
1 cask "autodmg" do
2   version "1.9"
3   sha256 "92c10590ef5569797f1879f3b123e0a1f5a0434654a9cc6f6dbb517e779e6a79"
5   url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
6   name "AutoDMG"
7   desc "App for creating deployable system images from a system installer"
8   homepage "https://github.com/MagerValp/AutoDMG"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   depends_on macos: ">= :sierra"
17   app "AutoDMG.app"
19   zap trash: [
20     "~/Library/Application Support/AutoDMG",
21     "~/Library/Caches/se.gu.it.AutoDMG",
22     "~/Library/Logs/AutoDMG",
23     "~/Library/Preferences/se.gu.it.AutoDMG.plist",
24   ]
26   caveats do
27     requires_rosetta
28   end
29 end