Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew cask install image-shrinker #58

Open
faitno opened this issue Dec 19, 2019 · 1 comment
Open

brew cask install image-shrinker #58

faitno opened this issue Dec 19, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@faitno
Copy link

faitno commented Dec 19, 2019

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

@stefansl stefansl self-assigned this Dec 19, 2019
@stefansl stefansl added the enhancement New feature or request label Dec 19, 2019
@stefansl
Copy link
Owner

stefansl commented Dec 19, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants