image-shrinker
image-shrinker copied to clipboard
brew cask install image-shrinker
How can I install this app by command brew cask install image-shrinker
Good question, right now it's not possible. I made a quick first template for me, to add IS as cask later:
cask 'image-shrinker' do
version '1.6.1'
sha256 :no_check
url "https://github.com/stefansl/image-shrinker/releases/download/v#{version}/Image-Shrinker-#{version}-mac.zip"
name 'Image Shrinker'
homepage 'https://image-shrinker.com/'
auto_updates true
app 'Image Shrinker.app'
end