mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
12 lines
260 B
Ruby
12 lines
260 B
Ruby
class ImportIo < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://d24s8iufolpmlr.cloudfront.net/prod/dist-simple/import.io.dmg'
|
|
homepage 'https://import.io/'
|
|
license :commercial
|
|
|
|
pkg 'install.pkg'
|
|
|
|
zap :delete => '~/Desktop/import.io.app'
|
|
end
|