Files
homebrew-cask/Casks/i/icons.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

16 lines
371 B
Ruby

cask "icons" do
version "1.1"
sha256 "aff6836c0425c845afbc4d71579ebd8adf4d161f03413939ee8579b23782159a"
url "https://github.com/exherb/icons/releases/download/#{version}/icons-v#{version}-macos-x64.zip"
name "Icons"
desc "Tool to generate icons for apps"
homepage "https://github.com/exherb/icons"
app "Icons.app"
caveats do
discontinued
end
end