Files
homebrew-cask/Casks/a/autodmg.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

26 lines
661 B
Ruby

cask "autodmg" do
version "1.9"
sha256 "92c10590ef5569797f1879f3b123e0a1f5a0434654a9cc6f6dbb517e779e6a79"
url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
name "AutoDMG"
desc "App for creating deployable system images from a system installer"
homepage "https://github.com/MagerValp/AutoDMG"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :sierra"
app "AutoDMG.app"
zap trash: [
"~/Library/Application Support/AutoDMG",
"~/Library/Caches/se.gu.it.AutoDMG",
"~/Library/Logs/AutoDMG",
"~/Library/Preferences/se.gu.it.AutoDMG.plist",
]
end