image-shrinker icon indicating copy to clipboard operation
image-shrinker copied to clipboard

brew cask install image-shrinker

Open faitno opened this issue 5 years ago • 1 comments

How can I install this app by command brew cask install image-shrinker

faitno avatar Dec 19 '19 11:12 faitno

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

stefansl avatar Dec 19 '19 14:12 stefansl