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.
19 lines
455 B
Ruby
19 lines
455 B
Ruby
cask "install-disk-creator" do
|
|
version "1.5"
|
|
sha256 :no_check
|
|
|
|
url "https://macdaddy.io/InstallDiskCreator.zip"
|
|
name "Install Disk Creator"
|
|
desc "Utility to create bootable system install disks"
|
|
homepage "https://macdaddy.io/install-disk-creator/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
app "Install Disk Creator.app"
|
|
|
|
zap trash: "~/Library/Saved Application State/io.macdaddy.Install-Disk-Creator.savedState"
|
|
end
|