homebrew-cask/Casks/dmm.rb

14 lines
384 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dmm' do
2015-01-18 02:18:20 +08:00
version :latest
sha256 :no_check
2015-01-18 02:18:20 +08:00
url 'https://www.dmm.com/transfer/-/dmmviewer/=/device=mac/'
2015-05-09 03:38:45 +08:00
name 'DMMViewer'
homepage 'http://www.dmm.com/dc/book/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:00 +08:00
pkg 'DMMViewer.pkg'
2014-11-22 22:12:38 +08:00
2014-03-30 15:29:01 +08:00
uninstall :pkgutil => 'jp.co.cyphertec.installer.app.ImageViewer'
end