homebrew-cask/Casks/mac2imgur.rb

18 lines
474 B
Ruby

cask :v1 => 'mac2imgur' do
version :latest
sha256 :no_check
# mileswd.com is the official download host per the vendor homepage
url 'https://mac2imgur.mileswd.com/static/mac2imgur.zip'
name 'mac2imgur'
homepage 'https://github.com/mileswd/mac2imgur'
license :gpl
app 'mac2imgur.app'
zap :delete => [
'~/Library/Caches/com.mileswd.mac2imgur',
'~/Library/Preferences/com.mileswd.mac2imgur.plist'
]
end