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.
17 lines
517 B
Ruby
17 lines
517 B
Ruby
cask "crunch" do
|
|
version "5.0.0"
|
|
sha256 "80ebe4ddfbd6813535910c518e0594db7c23061e1a0f5c6c30382db1fc25b347"
|
|
|
|
url "https://github.com/chrissimpkins/Crunch/releases/download/v#{version}/Crunch-Installer.dmg"
|
|
name "Crunch"
|
|
desc "Insane(ly slow but wicked good) PNG image optimization"
|
|
homepage "https://github.com/chrissimpkins/Crunch"
|
|
|
|
app "Crunch.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Preferences/com.csimpkins.Crunch.plist",
|
|
"~/Library/Saved Application State/com.csimpkins.Crunch.savedState",
|
|
]
|
|
end
|